terrain data cash override close without exception

This commit is contained in:
James Seibel
2026-04-15 07:46:49 -05:00
parent 6f54cfacb5
commit 7b8b22fd5a
@@ -24,4 +24,10 @@ public interface IDhApiTerrainDataCache extends AutoCloseable
*/
void clear();
// override without an exception
@Override
void close();
}