mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
25 lines
463 B
Java
25 lines
463 B
Java
package by;
|
|
|
|
public class ByInterfaceLima {
|
|
private String a;
|
|
|
|
private boolean b = false;
|
|
|
|
public ByInterfaceLima(String paramString) {
|
|
this.a = paramString;
|
|
}
|
|
|
|
public void a(boolean paramBoolean) {
|
|
this.b = paramBoolean;
|
|
}
|
|
|
|
public String a() {
|
|
return this.a;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/by/l.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |