second shot at adding all this stuff

This commit is contained in:
Larry Diamond committed 2013-10-17 15:38:25 -04:00
1 parent a9bfdc1f15
commit 6627815c27
1 file changed
+1 -1
@@ -21,7 +21,7 @@ bad, literal comes last
<code><![CDATA[
public class Foo {
boolean bar(String x) {
return equalsIgnoreCase("2");
return x.equalsIgnoreCase("2");
}
}
]]></code>