We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 226eed6 + 9787e30 commit caade96Copy full SHA for caade96
1 file changed
grib/src/main/java/ucar/nc2/grib/grib2/table/WmoCodeFlagTables.java
@@ -47,7 +47,7 @@ public enum TableType {
47
48
private static WmoCodeFlagTables instance;
49
50
- public static WmoCodeFlagTables getInstance() {
+ public static synchronized WmoCodeFlagTables getInstance() {
51
if (instance == null) {
52
instance = new WmoCodeFlagTables();
53
try {
0 commit comments