static String from private to public
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/information-system/resource-registry@141621 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
127dd2b7e5
commit
e6eee27a7e
|
@ -35,7 +35,7 @@ public class DatabaseIntializator {
|
||||||
private static final String DATABASE_TYPE = "graph";
|
private static final String DATABASE_TYPE = "graph";
|
||||||
private static final String STORAGE_MODE = "plocal";
|
private static final String STORAGE_MODE = "plocal";
|
||||||
|
|
||||||
private static final String O_RESTRICTED_CLASS = "ORestricted";
|
public static final String O_RESTRICTED_CLASS = "ORestricted";
|
||||||
|
|
||||||
public static boolean initGraphDB() throws Exception {
|
public static boolean initGraphDB() throws Exception {
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue