src/share/classes/javax/lang/model/util/ElementScanner7.java

changeset 1823
b7a10bc02e7a
parent 1357
c75be5bc5283
child 2525
2eb010b6cb22
     1.1 --- a/src/share/classes/javax/lang/model/util/ElementScanner7.java	Sun Jun 16 22:38:04 2013 -0700
     1.2 +++ b/src/share/classes/javax/lang/model/util/ElementScanner7.java	Mon Jun 17 14:46:01 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2010, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2010, 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 @@ -101,6 +101,8 @@
    1.11      /**
    1.12       * Constructor for concrete subclasses; uses the argument for the
    1.13       * default value.
    1.14 +     *
    1.15 +     * @param defaultValue the default value
    1.16       */
    1.17      protected ElementScanner7(R defaultValue){
    1.18          super(defaultValue);

mercurial