mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
26 lines
430 B
Java
26 lines
430 B
Java
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
|
|
*/ |