src/share/classes/com/sun/tools/javac/code/Lint.java

changeset 612
d1bd93028447
parent 609
13354e1abba7
child 743
6a99b741a1b0
equal deleted inserted replaced
611:4172cfff05f0 612:d1bd93028447
117 this.augmentor = other.augmentor; 117 this.augmentor = other.augmentor;
118 this.values = other.values.clone(); 118 this.values = other.values.clone();
119 this.suppressedValues = other.suppressedValues.clone(); 119 this.suppressedValues = other.suppressedValues.clone();
120 } 120 }
121 121
122 @Override
122 public String toString() { 123 public String toString() {
123 return "Lint:[values" + values + " suppressedValues" + suppressedValues + "]"; 124 return "Lint:[values" + values + " suppressedValues" + suppressedValues + "]";
124 } 125 }
125 126
126 /** 127 /**

mercurial