helping build
This commit is contained in:
parent
afd506a868
commit
7e4c12171d
Binary file not shown.
|
@ -125,9 +125,6 @@ public class TsOutput {
|
||||||
|
|
||||||
private String handleTsInfo(ConfigField configField, String tsInfo, int multiplierIndex) {
|
private String handleTsInfo(ConfigField configField, String tsInfo, int multiplierIndex) {
|
||||||
if (tsInfo == null || tsInfo.trim().isEmpty()) {
|
if (tsInfo == null || tsInfo.trim().isEmpty()) {
|
||||||
if (isConstantsSection) {
|
|
||||||
throw new IllegalStateException("todo: implement default tsInfo for long form");
|
|
||||||
}
|
|
||||||
// default units and scale
|
// default units and scale
|
||||||
return quote("") + ", 1, 0";
|
return quote("") + ", 1, 0";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue