src/share/classes/com/sun/tools/javac/comp/Attr.java

changeset 2149
e5d3cd43c85e
parent 2148
c4292590fc70
child 2157
963c57175e40
     1.1 --- a/src/share/classes/com/sun/tools/javac/comp/Attr.java	Sat Oct 19 17:43:09 2013 +0100
     1.2 +++ b/src/share/classes/com/sun/tools/javac/comp/Attr.java	Sun Oct 20 12:01:43 2013 -0700
     1.3 @@ -4062,8 +4062,6 @@
     1.4       * Apply the annotations to the particular type.
     1.5       */
     1.6      public void annotateType(final JCTree tree, final List<JCAnnotation> annotations) {
     1.7 -        // Callers ensure this.
     1.8 -        // Assert.check(annotations != null && annotations.nonEmpty());
     1.9          annotate.typeAnnotation(new Annotate.Worker() {
    1.10              @Override
    1.11              public String toString() {

mercurial