From: David ‘Bombe’ Roden Date: Fri, 18 Jan 2013 05:27:52 +0000 (+0100) Subject: Revert "Replace utils’ Numbers by Guava’s Optional and Ints/Longs.tryParse." X-Git-Tag: 0.8.5^2~3^2~62 X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=9cb50c365e3bf7a74ffa40a45630a0e7be40b526;hp=9cb50c365e3bf7a74ffa40a45630a0e7be40b526;p=Sone.git Revert "Replace utils’ Numbers by Guava’s Optional and Ints/Longs.tryParse." This reverts commit d5efb086bee8f103cbe90c7a953ffbb7ff27b689 because Ints/ Longs.tryParse() throws an NPE if the given String is null. ---