[Fb-contrib-commit] SF.net SVN: fb-contrib:[1386] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-11-26 03:23:14
|
Revision: 1386
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1386&view=rev
Author: dbrosius
Date: 2009-11-26 03:23:03 +0000 (Thu, 26 Nov 2009)
Log Message:
-----------
javadoc
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 2009-11-14 20:07:23 UTC (rev 1385)
+++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/BloatedAssignmentScope.java 2009-11-26 03:23:03 UTC (rev 1386)
@@ -626,7 +626,7 @@
/**
* adds a scope block to this subtree by finding the correct place in the hierarchy to store it
*
- * @param child the scope block to add to the tree
+ * @param newChild the scope block to add to the tree
*/
public void addChild(ScopeBlock newChild) {
newChild.parent = this;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|