[Fb-contrib-commit] SF.net SVN: fb-contrib:[1125] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/d
Brought to you by:
dbrosius
From: <dbr...@us...> - 2009-03-01 04:49:23
|
Revision: 1125 http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1125&view=rev Author: dbrosius Date: 2009-03-01 04:49:14 +0000 (Sun, 01 Mar 2009) Log Message: ----------- UCPM Modified Paths: -------------- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/LoggerOddities.java Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/LoggerOddities.java =================================================================== --- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/LoggerOddities.java 2009-03-01 04:48:13 UTC (rev 1124) +++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/LoggerOddities.java 2009-03-01 04:49:14 UTC (rev 1125) @@ -152,7 +152,7 @@ if (loggingClassName != null) { if (stack.getStackDepth() > 0) { if (!loggingClassName.equals(clsName)) { - bugReporter.reportBug(new BugInstance(this, "LO_SUSPECT_LOG_CLASS", (callingClsName.indexOf("$") >= 0) ? LOW_PRIORITY : NORMAL_PRIORITY) + bugReporter.reportBug(new BugInstance(this, "LO_SUSPECT_LOG_CLASS", (callingClsName.indexOf('$') >= 0) ? LOW_PRIORITY : NORMAL_PRIORITY) .addClass(this) .addMethod(this) .addSourceLine(this)); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |