src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkInfo.java

changeset 1521
71f35e4b93a5
parent 1359
25e14ad23cef
child 1735
8ea30d59ac41
     1.1 --- a/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkInfo.java	Wed Jan 23 20:57:40 2013 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/links/LinkInfo.java	Wed Jan 23 13:27:24 2013 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 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 @@ -69,6 +69,12 @@
    1.11      public boolean isTypeBound = false;
    1.12  
    1.13      /**
    1.14 +     * Whether the document element is in a Java 5 declaration
    1.15 +     * location or not.
    1.16 +     */
    1.17 +    public boolean isJava5DeclarationLocation = true;
    1.18 +
    1.19 +    /**
    1.20       * The label for the link.
    1.21       */
    1.22      public String label;

mercurial