src/share/classes/com/sun/tools/javadoc/ThrowsTagImpl.java

changeset 1358
fc123bdeddb8
parent 1053
0d8edba73d70
child 1359
25e14ad23cef
     1.1 --- a/src/share/classes/com/sun/tools/javadoc/ThrowsTagImpl.java	Tue Oct 09 19:10:00 2012 -0700
     1.2 +++ b/src/share/classes/com/sun/tools/javadoc/ThrowsTagImpl.java	Tue Oct 09 19:31:58 2012 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 1997, 2012, 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 @@ -108,8 +108,8 @@
    1.11       * TagImpls consisting of SeeTagImpl(s) and text containing TagImpl(s).
    1.12       *
    1.13       * @return TagImpl[] Array of tags with inline SeeTagImpls.
    1.14 -     * @see TagImpl#inlineTagImpls()
    1.15 -     * @see ParamTagImpl#inlineTagImpls()
    1.16 +     * @see TagImpl#inlineTags()
    1.17 +     * @see ParamTagImpl#inlineTags()
    1.18       */
    1.19      @Override
    1.20      public Tag[] inlineTags() {

mercurial