comparison graal/com.oracle.max.base/src/com/sun/max/profile/Metrics.java @ 4142:bc8527f3071c

Adjust code base to new level of warnings.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Sun, 18 Dec 2011 05:24:06 +0100
parents e233f5660da4
children
comparison
equal deleted inserted replaced
4141:04d21be7a24f 4142:bc8527f3071c
170 170
171 public int getTotal() { 171 public int getTotal() {
172 return total; 172 return total;
173 } 173 }
174 174
175 /**
176 * @param value
177 */
175 public int getCount(T value) { 178 public int getCount(T value) {
176 return -1; 179 return -1;
177 } 180 }
178 181
179 public void reset() { 182 public void reset() {