The comma (,) is also not well handled by the Hudson ugrade job.
authorJan Lahoda <jlahoda@netbeans.org>
Wed, 15 Dec 2010 19:11:13 +0100
changeset 498a0fff8b53334
parent 497 b3e84fcc8602
child 499 9452058454f2
The comma (,) is also not well handled by the Hudson ugrade job.
hintsimpl/src/org/netbeans/modules/jackpot30/hintsimpl/jdk7/Bundle.properties
     1.1 --- a/hintsimpl/src/org/netbeans/modules/jackpot30/hintsimpl/jdk7/Bundle.properties	Wed Dec 15 18:24:28 2010 +0100
     1.2 +++ b/hintsimpl/src/org/netbeans/modules/jackpot30/hintsimpl/jdk7/Bundle.properties	Wed Dec 15 19:11:13 2010 +0100
     1.3 @@ -3,5 +3,5 @@
     1.4  DN_jdk7_upgrade=To JDK7
     1.5  DN_java.util.Objects=Convert to use java.util.Objects.{equals,hashCode}
     1.6  DESC_java.util.Objects=Convert to use java.util.Objects.{equals,hashCode}
     1.7 -DN_org.netbeans.modules.jackpot30.hintsimpl.jdk7.SafeConvertToSwitchString=Convert to switch over Strings, ignoring the eq operator
     1.8 +DN_org.netbeans.modules.jackpot30.hintsimpl.jdk7.SafeConvertToSwitchString=Convert to switch over Strings ignoring the eq operator
     1.9  DESC_org.netbeans.modules.jackpot30.hintsimpl.jdk7.SafeConvertToSwitchString=Convert to switch over Strings, ignoring the == operator