--- old/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/LocalVariableGen.java 2020-01-16 18:04:09.839463362 +0000 +++ new/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/generic/LocalVariableGen.java 2020-01-16 18:04:09.348451301 +0000 @@ -24,12 +24,11 @@ import com.sun.org.apache.bcel.internal.classfile.LocalVariable; /** - * This class represents a local variable within a method. It contains its + * Represents a local variable within a method. It contains its * scope, name and type. The generated LocalVariable object can be obtained * with getLocalVariable which needs the instruction list and the constant * pool as parameters. * - * @version $Id$ * @see LocalVariable * @see MethodGen */ @@ -70,7 +69,7 @@ /** - * Generate a local variable that with index `index'. Note that double and long + * Generates a local variable that with index `index'. Note that double and long * variables need two indexs. Index indices have to be provided by the user. * * @param index index of local variable @@ -88,7 +87,7 @@ /** - * Get LocalVariable object. + * Gets LocalVariable object. * * This relies on that the instruction list has already been dumped to byte code or * or that the `setPositions' methods has been called for the instruction list.