mirror of
https://github.com/nasa/trick.git
synced 2024-12-20 05:37:55 +00:00
Fix typo in ProductVar.java
This commit is contained in:
parent
10acc84e19
commit
cad38de0d6
@ -149,7 +149,7 @@ public class ProductVar {
|
|||||||
return 4.0;
|
return 4.0;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
SYMBOL_MEDIEUM("Medieum") {
|
SYMBOL_MEDIUM("Medium") {
|
||||||
@Override
|
@Override
|
||||||
public double getDouble() {
|
public double getDouble() {
|
||||||
return 6.0;
|
return 6.0;
|
||||||
@ -744,7 +744,7 @@ public class ProductVar {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
double size = SymbolSize.SYMBOL_MEDIEUM.getDouble();
|
double size = SymbolSize.SYMBOL_MEDIUM.getDouble();
|
||||||
if (symbolSize != null) {
|
if (symbolSize != null) {
|
||||||
size = symbolSize.getDouble();
|
size = symbolSize.getDouble();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user