dwslab / dwslib

Lib with handy, everyday java tools
dwslab.de
8 stars 1 forks source link

Remove guava dependency #5

Closed mschuhma closed 10 years ago

mschuhma commented 10 years ago

We can't migrate to the current Guava 17.0 (currently we have 12.0), because the .name() doesn't exist in Guava 17.0 (and 16.0 and ...) any more...

return fullDomainName.publicSuffix().name();

RobertMeusel commented 10 years ago

Done within revision 142