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

changeset 1823
b7a10bc02e7a
parent 1725
e8987ce7fb4b
child 2525
2eb010b6cb22
equal deleted inserted replaced
1822:1eb09dba594a 1823:b7a10bc02e7a
108 } 108 }
109 109
110 /** 110 /**
111 * Constructor for concrete subclasses; uses the argument for the 111 * Constructor for concrete subclasses; uses the argument for the
112 * default value. 112 * default value.
113 *
114 * @param defaultValue the default value
113 */ 115 */
114 protected ElementScanner6(R defaultValue){ 116 protected ElementScanner6(R defaultValue){
115 DEFAULT_VALUE = defaultValue; 117 DEFAULT_VALUE = defaultValue;
116 } 118 }
117 119

mercurial