Browse Source

fixed JASSIST-146

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@596 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 12 years ago
parent
commit
9f078b1d89
2 changed files with 1 additions and 2 deletions
  1. 1
    1
      Readme.html
  2. 0
    1
      src/main/javassist/bytecode/ConstPool.java

+ 1
- 1
Readme.html View File

@@ -283,7 +283,7 @@ see javassist.Dump.

<p>-version 3.16
<ul>
<li>JIRA JASSIST-127, 144
<li>JIRA JASSIST-127, 144, 145, 146
</ul>

<p>-version 3.15 on July 8, 2011

+ 0
- 1
src/main/javassist/bytecode/ConstPool.java View File

@@ -1024,7 +1024,6 @@ public final class ConstPool {
break;
case ClassInfo.tag : // 7
info = new ClassInfo(in, numOfItems);
// classes.put(<classname>, info);
break;
case StringInfo.tag : // 8
info = new StringInfo(in, numOfItems);

Loading…
Cancel
Save