aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/org/apache/bcel/classfile/Constant.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/org/apache/bcel/classfile/Constant.java')
-rw-r--r--src/main/java/org/apache/bcel/classfile/Constant.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/org/apache/bcel/classfile/Constant.java b/src/main/java/org/apache/bcel/classfile/Constant.java
index 1f0bbf2d..6fe0dc85 100644
--- a/src/main/java/org/apache/bcel/classfile/Constant.java
+++ b/src/main/java/org/apache/bcel/classfile/Constant.java
@@ -54,7 +54,7 @@ public abstract class Constant implements Cloneable, Node {
* places we will use the tag for switch()es anyway.
*
* First, we want match the specification as closely as possible. Second we
- * need the tag as an index to select the corresponding class name from the
+ * need the tag as an index to select the corresponding class name from the
* `CONSTANT_NAMES' array.
*/
/**
@@ -189,7 +189,7 @@ public abstract class Constant implements Cloneable, Node {
* Return value as defined by given BCELComparator strategy.
* By default two Constant objects are said to be equal when
* the result of toString() is equal.
- *
+ *
* @see java.lang.Object#equals(java.lang.Object)
*/
@Override
@@ -201,7 +201,7 @@ public abstract class Constant implements Cloneable, Node {
/**
* Return value as defined by given BCELComparator strategy.
* By default return the hashcode of the result of toString().
- *
+ *
* @see java.lang.Object#hashCode()
*/
@Override