[Fb-contrib-commit] SF.net SVN: fb-contrib:[1623] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-09-26 06:01:17
|
Revision: 1623
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1623&view=rev
Author: dbrosius
Date: 2010-09-26 06:01:11 +0000 (Sun, 26 Sep 2010)
Log Message:
-----------
javadoc fix
Modified Paths:
--------------
trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SuspiciousGetterSetterUse.java
Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SuspiciousGetterSetterUse.java
===================================================================
--- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SuspiciousGetterSetterUse.java 2010-09-26 00:59:38 UTC (rev 1622)
+++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SuspiciousGetterSetterUse.java 2010-09-26 06:01:11 UTC (rev 1623)
@@ -51,7 +51,7 @@
* overrides the visitor to reset the state to SEEN_NOTHING, and clear the beanReference, propName
* and propType
*
- * @param code the context object of the currently parsed code block
+ * @param obj the context object of the currently parsed code block
*/
@Override
public void visitCode(Code obj) {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|