mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
16 lines
435 B
Java
16 lines
435 B
Java
package ax;
|
|
|
|
public class AxInterfaceHotel extends U {
|
|
private String a;
|
|
|
|
public AxInterfaceHotel(String paramString) {
|
|
super("An attempt was made to modify an Identifier that was previously declared a Constant: " + paramString);
|
|
this.a = paramString;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ax/H.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |