langtools/src/share/classes/sun/tools/javap/FieldData.java
changeset 1789 7ac8c0815000
parent 735 372aa565a221
equal deleted inserted replaced
1788:ced0a1a7ec80 1789:7ac8c0815000
   155     }
   155     }
   156 
   156 
   157     /**
   157     /**
   158      * Returns list of attributes of field.
   158      * Returns list of attributes of field.
   159      */
   159      */
   160     public Vector getAttributes(){
   160     public Vector<?> getAttributes(){
   161         return attrs;
   161         return attrs;
   162     }
   162     }
   163 }
   163 }