dewarim / LittleGoblin

A browser game framework written in Grails
Other
10 stars 2 forks source link

Add Google Guava lib #95

Closed dewarim closed 9 years ago

dewarim commented 9 years ago

The guava lib adds many useful constructs, for example Longs.tryParse(s) which parses a String to a Long without throwing NumberFormatException on fail.

dewarim commented 9 years ago

Done. See: 9989cb1