[Fb-contrib-commit] fb-contrib/src/com/mebigfatguy/fbcontrib/detect ConfusingAutoboxedOverloading.ja
Brought to you by:
dbrosius
|
From: Dave B. <dbr...@us...> - 2005-12-06 05:55:52
|
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(); |