mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-04-25 06:04:59 +00:00
31 lines
641 B
Java
31 lines
641 B
Java
package R;
|
|
|
|
public abstract class AbstractInRPackage {
|
|
public static String a = "basicUserReview";
|
|
|
|
public static String b = "submitTranslationUpdate";
|
|
|
|
public static String c = "submitProposedTranslation";
|
|
|
|
private long d = System.currentTimeMillis();
|
|
|
|
public abstract String a();
|
|
|
|
public final String k() {
|
|
return a() + "_" + this.d;
|
|
}
|
|
|
|
public long l() {
|
|
return this.d;
|
|
}
|
|
|
|
public void a(long paramLong) {
|
|
this.d = paramLong;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/R/l.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |