blob: 668e65a627267ba6f23e387da1c3ae46e9f4d07d [file] [log] [blame]
public class Parens {
public synchronized void incrementPushed(long[] pushed, int operationType) {
++(pushed[operationType]);
}
}