src/share/classes/javax/lang/model/type/DeclaredType.java

changeset 2200
7c89d200781b
parent 972
694ff82ca68e
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/javax/lang/model/type/DeclaredType.java	Tue Nov 19 23:35:43 2013 +0000
     1.2 +++ b/src/share/classes/javax/lang/model/type/DeclaredType.java	Wed Nov 20 13:44:39 2013 +0100
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, 2006, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2005, 2013, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -49,14 +49,6 @@
    1.11   * Types#directSupertypes(TypeMirror)} method.  This returns the
    1.12   * supertypes with any type arguments substituted in.
    1.13   *
    1.14 - * <p> This interface is also used to represent intersection types.
    1.15 - * An intersection type is implicit in a program rather than being
    1.16 - * explictly declared.  For example, the bound of the type parameter
    1.17 - * {@code <T extends Number & Runnable>}
    1.18 - * is an intersection type.  It is represented by a {@code DeclaredType}
    1.19 - * with {@code Number} as its superclass and {@code Runnable} as its
    1.20 - * lone superinterface.
    1.21 - *
    1.22   * @author Joseph D. Darcy
    1.23   * @author Scott Seligman
    1.24   * @author Peter von der Ah&eacute;

mercurial