mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
22 lines
411 B
Java
22 lines
411 B
Java
package bH;
|
|
|
|
class v implements w {
|
|
private double b;
|
|
|
|
private double c;
|
|
|
|
v(u paramu, double paramDouble1, double paramDouble2) {
|
|
this.b = paramDouble1;
|
|
this.c = paramDouble2;
|
|
}
|
|
|
|
public double a() {
|
|
return this.c;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/bH/v.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |