Update of /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15075/src/com/mebigfatguy/fbcontrib/detect
Modified Files:
ConfusingAutoboxedOverloading.java
Log Message:
javadoc
Index: ConfusingAutoboxedOverloading.java
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/ConfusingAutoboxedOverloading.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- ConfusingAutoboxedOverloading.java 6 Dec 2005 05:38:31 -0000 1.5
+++ ConfusingAutoboxedOverloading.java 6 Dec 2005 05:55:44 -0000 1.6
@@ -68,7 +68,7 @@
/**
* overrides the visitor to look for confusing signatures
*
- * @param classContent the context object that holds the JavaClass currently being parsed
+ * @param classContext the context object that holds the JavaClass currently being parsed
*/
public void visitClassContext(ClassContext classContext) {
JavaClass cls = classContext.getJavaClass();
|