mirror of
https://github.com/johndoe6345789/tustu.git
synced 2026-05-03 10:04:56 +00:00
21 lines
574 B
Java
21 lines
574 B
Java
package com.efiAnalytics.apps.ts.dashboard;
|
|
|
|
import G.T;
|
|
import G.GInterfaceCz;
|
|
|
|
class DashLabelConfigProvider implements GInterfaceCz {
|
|
DashLabelConfigProvider(DashLabel paramDashLabel) {}
|
|
|
|
public String a() {
|
|
String str = this.a.getEcuConfigurationName();
|
|
if ((str == null || str.isEmpty()) && T.a().c() != null)
|
|
str = T.a().c().c();
|
|
return str;
|
|
}
|
|
}
|
|
|
|
|
|
/* Location: /home/rewrich/Downloads/TunerStudioMS/TunerStudioMS/!/com/efiAnalytics/apps/ts/dashboard/o.class
|
|
* Java compiler version: 8 (52.0)
|
|
* JD-Core Version: 1.1.3
|
|
*/ |