Try to fix the datastore not getting initialized
This commit is contained in:
parent
7df8d0e0b3
commit
bc5b7bceee
4 changed files with 9 additions and 2 deletions
|
@ -25,6 +25,11 @@ public class FileTreeDatastore {
|
|||
}
|
||||
}
|
||||
|
||||
public static String get()
|
||||
{
|
||||
return BASE.toString();
|
||||
}
|
||||
|
||||
public static Path of(String nick)
|
||||
{
|
||||
return BASE.resolve(nick);
|
||||
|
|
Reference in a new issue