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

changeset 1823
b7a10bc02e7a
parent 1357
c75be5bc5283
child 2525
2eb010b6cb22
equal deleted inserted replaced
1822:1eb09dba594a 1823:b7a10bc02e7a
1 /* 1 /*
2 * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved. 2 * Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 * 4 *
5 * This code is free software; you can redistribute it and/or modify it 5 * This code is free software; you can redistribute it and/or modify it
6 * under the terms of the GNU General Public License version 2 only, as 6 * under the terms of the GNU General Public License version 2 only, as
7 * published by the Free Software Foundation. Oracle designates this 7 * published by the Free Software Foundation. Oracle designates this
99 } 99 }
100 100
101 /** 101 /**
102 * Constructor for concrete subclasses; uses the argument for the 102 * Constructor for concrete subclasses; uses the argument for the
103 * default value. 103 * default value.
104 *
105 * @param defaultValue the default value
104 */ 106 */
105 protected ElementScanner8(R defaultValue){ 107 protected ElementScanner8(R defaultValue){
106 super(defaultValue); 108 super(defaultValue);
107 } 109 }
108 } 110 }

mercurial