'==' is not handled very well in the hint name by the Hudson upgrade build - using 'eq' instead
authorJan Lahoda <jlahoda@netbeans.org>
Wed, 15 Dec 2010 18:24:28 +0100
changeset 497b3e84fcc8602
parent 496 6c672293292f
child 498 a0fff8b53334
'==' is not handled very well in the hint name by the Hudson upgrade build - using 'eq' instead
hintsimpl/src/org/netbeans/modules/jackpot30/hintsimpl/jdk7/Bundle.properties
     1.1 --- a/hintsimpl/src/org/netbeans/modules/jackpot30/hintsimpl/jdk7/Bundle.properties	Tue Dec 14 19:42:46 2010 +0100
     1.2 +++ b/hintsimpl/src/org/netbeans/modules/jackpot30/hintsimpl/jdk7/Bundle.properties	Wed Dec 15 18:24:28 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 == 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