Update of /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7866/src/com/mebigfatguy/fbcontrib/detect
Modified Files:
SluggishGui.java
Log Message:
javadoc
Index: SluggishGui.java
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SluggishGui.java,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- SluggishGui.java 6 Feb 2006 01:36:23 -0000 1.5
+++ SluggishGui.java 6 Feb 2006 01:39:26 -0000 1.6
@@ -106,7 +106,7 @@
/**
* overrides the visitor to reset look for gui interfaces
*
- * @param obj the context object for the currently parsed class
+ * @param classContext the context object for the currently parsed class
*/
@Override
public void visitClassContext(ClassContext classContext) {
@@ -135,7 +135,7 @@
/**
* overrides the visitor to visit all of the collected listener methods
*
- * @parm obj the context object of the currently parsed class
+ * @param obj the context object of the currently parsed class
*/
@Override
public void visitAfter(JavaClass obj) {
|