blob: a34d1fd0f8dc04a19f0bea20844bb16438f87384 [file] [log] [blame]
package test;
public class AMatcher implements Matcher{
private static final BracePair [] PAIRS = new BracePair[]{new BracePair()};
public BracePair[] getPairs() {
return PAIRS;
}
}