mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 22:25:34 +00:00
stuff
This commit is contained in:
33
app/L/UnsupportedFeatureFunction.java
Normal file
33
app/L/UnsupportedFeatureFunction.java
Normal file
@@ -0,0 +1,33 @@
|
||||
package L;
|
||||
|
||||
import ax.CloneableImplInAxPackage;
|
||||
import ax.AbstractInAxPackage;
|
||||
import bH.D;
|
||||
|
||||
public class UnsupportedFeatureFunction extends AbstractInAxPackage {
|
||||
String a = "";
|
||||
|
||||
boolean b = false;
|
||||
|
||||
g(String paramString) {
|
||||
this.a = paramString;
|
||||
}
|
||||
|
||||
public double a(CloneableImplInAxPackage paramS) {
|
||||
if (!this.b) {
|
||||
D.d(this.a + " not supported in this edition.");
|
||||
this.b = true;
|
||||
}
|
||||
return Double.NaN;
|
||||
}
|
||||
|
||||
public double b(CloneableImplInAxPackage paramS) {
|
||||
return a(paramS);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/L/g.class
|
||||
* Java compiler version: 8 (52.0)
|
||||
* JD-Core Version: 1.1.3
|
||||
*/
|
||||
Reference in New Issue
Block a user