Skip to content

Commit 0f8b978

Browse files
committed
Update Util.java
1 parent cb1274e commit 0f8b978

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

com/blogspot/debukkitsblog/Util.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111

1212
public class FileStorage {
1313

14-
File storageFile;
15-
protected HashMap<String, Object> storageMap;
14+
private File storageFile;
15+
private HashMap<String, Object> storageMap;
1616

1717
/**
1818
* Creates a FileStorage. It allows you to store<br>

0 commit comments

Comments
 (0)