Skip to content

Commit 1a8aad3

Browse files
committed
make database public to check it before saving
1 parent f3dad96 commit 1a8aad3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/eu/mihosoft/vrl/v3d/parametrics/CSGDatabaseInstance.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ public void delete(String key) {
200200
// }
201201
}
202202

203-
private ConcurrentHashMap<String, Parameter> getDatabase() {
203+
public ConcurrentHashMap<String, Parameter> getDatabase() {
204204
if (database == null) {
205205

206206
String jsonString;

0 commit comments

Comments
 (0)