[Fb-contrib-commit] SF.net SVN: fb-contrib: [1014] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib
Brought to you by:
dbrosius
From: <dbr...@us...> - 2008-03-24 01:44:49
|
Revision: 1014 http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1014&view=rev Author: dbrosius Date: 2008-03-23 18:44:54 -0700 (Sun, 23 Mar 2008) Log Message: ----------- remove xs semi Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ConfusingFunctionSemantics.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ConfusingFunctionSemantics.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ConfusingFunctionSemantics.java 2008-03-23 05:10:55 UTC (rev 1013) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ConfusingFunctionSemantics.java 2008-03-24 01:44:54 UTC (rev 1014) @@ -58,7 +58,7 @@ knownImmutables.add("Ljava/lang/Double;"); knownImmutables.add("Ljava/lang/Boolean;"); knownImmutables.add("Ljava/lang/Class;"); - }; + } private final BugReporter bugReporter; private Map<Integer, ParmUsage> possibleParmRegs; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |