langtools/src/share/classes/com/sun/tools/apt/mirror/type/TypeVariableImpl.java
changeset 1870 57a1138dffc8
parent 10 06bc494ca11e
child 2212 1d3dc0e0ba0c
equal deleted inserted replaced
1869:0e193a8f3520 1870:57a1138dffc8
    62 
    62 
    63     /**
    63     /**
    64      * {@inheritDoc}
    64      * {@inheritDoc}
    65      */
    65      */
    66     public TypeParameterDeclaration getDeclaration() {
    66     public TypeParameterDeclaration getDeclaration() {
    67         TypeSymbol sym = (TypeSymbol) type.tsym;
    67         TypeSymbol sym = type.tsym;
    68         return env.declMaker.getTypeParameterDeclaration(sym);
    68         return env.declMaker.getTypeParameterDeclaration(sym);
    69     }
    69     }
    70 
    70 
    71     /**
    71     /**
    72      * {@inheritDoc}
    72      * {@inheritDoc}