langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/ConstantsSummaryWriter.java
changeset 1789 7ac8c0815000
parent 1264 076a3cde30d5
child 5520 86e4b9a9da40
equal deleted inserted replaced
1788:ced0a1a7ec80 1789:7ac8c0815000
   101     /**
   101     /**
   102      * Document the given constants.
   102      * Document the given constants.
   103      * @param cd the class whose constants are being documented.
   103      * @param cd the class whose constants are being documented.
   104      * @param fields the constants being documented.
   104      * @param fields the constants being documented.
   105      */
   105      */
   106     public abstract void writeConstantMembers(ClassDoc cd, List fields);
   106     public abstract void writeConstantMembers(ClassDoc cd, List<FieldDoc> fields);
   107 
   107 
   108     /**
   108     /**
   109      * Document the given constants.
   109      * Document the given constants.
   110      * @param cd the class whose constants are being documented.
   110      * @param cd the class whose constants are being documented.
   111      */
   111      */