Comment cleanup

This commit is contained in:
2023-09-20 17:26:00 -04:00
parent d7044c1663
commit 438ea04a1a
+2 -2
View File
@@ -347,9 +347,9 @@ public class HeightMap {
Logger.error(e);
}
}
});
}); // Try with resources block
} catch (IOException e) {
Logger.error(e);
}