src/share/classes/com/sun/tools/classfile/ConstantPoolException.java

changeset 198
b4b1f7732289
parent 46
7708bd6d800d
child 229
03bcd66bd8e7
     1.1 --- a/src/share/classes/com/sun/tools/classfile/ConstantPoolException.java	Tue Jan 20 15:17:45 2009 -0800
     1.2 +++ b/src/share/classes/com/sun/tools/classfile/ConstantPoolException.java	Tue Jan 20 18:23:13 2009 -0800
     1.3 @@ -33,6 +33,7 @@
     1.4   *  deletion without notice.</b>
     1.5   */
     1.6  public class ConstantPoolException extends Exception {
     1.7 +    private static final long serialVersionUID = -2324397349644754565L;
     1.8      ConstantPoolException(int index) {
     1.9          this.index = index;
    1.10      }

mercurial