Update of /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22169/src/com/mebigfatguy/fbcontrib/detect
Modified Files:
PossibleMemoryBloat.java
Log Message:
javadoc fixes
Index: PossibleMemoryBloat.java
===================================================================
RCS file: /cvsroot/fb-contrib/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/PossibleMemoryBloat.java,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- PossibleMemoryBloat.java 11 Mar 2006 03:35:46 -0000 1.7
+++ PossibleMemoryBloat.java 11 Mar 2006 06:22:55 -0000 1.8
@@ -181,7 +181,7 @@
* implements the visitor to look for methods that empty a bloatable field
* if found, remove these fields from the current list
*
- * @param obj the context object of the currently parsed instruction
+ * @param seen the opcode of the currently parsed instruction
*/
@Override
public void sawOpcode(int seen) {
|