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