mirror of
https://github.com/nasa/trick.git
synced 2024-12-19 21:27:54 +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;
|
||||
}
|
||||
},
|
||||
SYMBOL_MEDIEUM("Medieum") {
|
||||
SYMBOL_MEDIUM("Medium") {
|
||||
@Override
|
||||
public double getDouble() {
|
||||
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) {
|
||||
size = symbolSize.getDouble();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user