Hi,
On 23.11.15 12:44 , [email protected] wrote:
public AtomicLong getCounter(Type type) {
- return repoStats.getCounter(type);
+ throw new UnsupportedOperationException();
}
I'd rather remove the method and break backward compatibility at compile time instead of runtime.
Michael
