[Fb-contrib-commit] SF.net SVN: fb-contrib:[1669] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2011-06-04 04:45:26
|
Revision: 1669
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1669&view=rev
Author: dbrosius
Date: 2011-06-04 04:45:20 +0000 (Sat, 04 Jun 2011)
Log Message:
-----------
spacing
Modified Paths:
--------------
trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java
Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java
===================================================================
--- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java 2011-06-04 04:44:54 UTC (rev 1668)
+++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java 2011-06-04 04:45:20 UTC (rev 1669)
@@ -803,7 +803,7 @@
public boolean isRiskyMethodCall() {
- String clsName =getClassConstantOperand();
+ String clsName = getClassConstantOperand();
if (dangerousAssignmentClassSources.contains(clsName)) {
return true;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|