aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/bcel/verifier/statics/LocalVariablesInfo.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/apache/bcel/verifier/statics/LocalVariablesInfo.java')
-rw-r--r--src/main/java/org/apache/bcel/verifier/statics/LocalVariablesInfo.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/java/org/apache/bcel/verifier/statics/LocalVariablesInfo.java b/src/main/java/org/apache/bcel/verifier/statics/LocalVariablesInfo.java
index b3a22827..6b999a46 100644
--- a/src/main/java/org/apache/bcel/verifier/statics/LocalVariablesInfo.java
+++ b/src/main/java/org/apache/bcel/verifier/statics/LocalVariablesInfo.java
@@ -14,7 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*
- */
+ */
package org.apache.bcel.verifier.statics;
@@ -51,7 +51,7 @@ public class LocalVariablesInfo{
}
/**
- * Adds information about the local variable in slot 'slot'. Automatically
+ * Adds information about the local variable in slot 'slot'. Automatically
* adds information for slot+1 if 't' is Type.LONG or Type.DOUBLE.
* @throws LocalVariableInfoInconsistentException if the new information conflicts
* with already gathered information.