mirror of
https://github.com/nasa/trick.git
synced 2025-04-12 05:40:06 +00:00
Merge pull request #1293 from nasa/1292-typo-in-ProductVar
Fix typo in ProductVar.java closes #1292
This commit is contained in:
commit
ade5932e87
@ -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…
x
Reference in New Issue
Block a user