blob: f02dc8bf61506324c21be72017cf7b372dc67e56 [file] [log] [blame]
public class SAMLineParser {
private int x;
private String makeErrorString() {
return "" + (this.x <= 0 ? "" : this.x);
}
}