package ao; public class j { private int a = -1; private int b = -1; public j(int paramInt1, int paramInt2) { this.a = paramInt1; this.b = paramInt2; } public int a() { return this.b; } public int b() { return this.a; } } /* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ao/j.class * Java compiler version: 8 (52.0) * JD-Core Version: 1.1.3 */