mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 14:15:20 +00:00
16 lines
438 B
Java
16 lines
438 B
Java
package ax;
|
|
|
|
public class AxInterfaceZulu extends U {
|
|
private double a;
|
|
|
|
public AxInterfaceZulu(double paramDouble) {
|
|
super("An attempt was made to cast a double with decimal percission to an integer. Double value: " + paramDouble);
|
|
this.a = paramDouble;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/ax/Z.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |