src/share/classes/javax/lang/model/util/AbstractTypeVisitor6.java

changeset 1644
40adaf938847
parent 1522
09f65aad4759
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/javax/lang/model/util/AbstractTypeVisitor6.java	Mon Mar 18 08:46:09 2013 -0700
     1.2 +++ b/src/share/classes/javax/lang/model/util/AbstractTypeVisitor6.java	Mon Mar 18 14:40:32 2013 -0700
     1.3 @@ -134,23 +134,6 @@
     1.4      }
     1.5  
     1.6      /**
     1.7 -     * Visits an {@code AnnotatedType} element by calling {@code
     1.8 -     * visit} on the underlying type.
     1.9 -
    1.10 -     * @param t  {@inheritDoc}
    1.11 -     * @param p  {@inheritDoc}
    1.12 -     * @return the result of calling {@code visit} on the underlying type
    1.13 -     *
    1.14 -     * @since 1.8
    1.15 -     *
    1.16 -     * TODO: should xxxVisitor8 subclasses override this and call
    1.17 -     *   the defaultAction?
    1.18 -     */
    1.19 -    public R visitAnnotated(AnnotatedType t, P p) {
    1.20 -        return visit(t.getUnderlyingType(), p);
    1.21 -    }
    1.22 -
    1.23 -    /**
    1.24       * {@inheritDoc}
    1.25       *
    1.26       * <p> The default implementation of this method in {@code

mercurial