aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Ritter <britter@apache.org>2017-09-12 16:51:32 +0000
committerBenedikt Ritter <britter@apache.org>2017-09-12 16:51:32 +0000
commitd69f4229083e4636345863e22790b67db8abe6f5 (patch)
tree410fdc24b96bf947b6f90819e809e4df8e54aa34
parentdb1483ae639de19872a023e2af418ac695361500 (diff)
downloadapache-commons-bcel-d69f4229083e4636345863e22790b67db8abe6f5.tar.gz
Remove none ASCII character from JavaDoc
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/bcel/trunk@1808136 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--src/main/java/org/apache/bcel/classfile/StackMapEntry.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/java/org/apache/bcel/classfile/StackMapEntry.java b/src/main/java/org/apache/bcel/classfile/StackMapEntry.java
index 291b0772..cea725b9 100644
--- a/src/main/java/org/apache/bcel/classfile/StackMapEntry.java
+++ b/src/main/java/org/apache/bcel/classfile/StackMapEntry.java
@@ -25,7 +25,7 @@ import org.apache.bcel.Const;
/**
* This class represents a stack map entry recording the types of
* local variables and the the of stack items at a given byte code offset.
- * See CLDC specification �5.3.1.2
+ * See CLDC specification 5.3.1.2
*
* @version $Id$
* @see StackMap