Skip to content

Commit 988919d

Browse files
committed
remove unused constants
These constants have been moved to different projects
1 parent 9fee7b3 commit 988919d

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

src/main/java/com/xatkit/core/recognition/IntentRecognitionProviderFactory.java

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -48,15 +48,6 @@ private IntentRecognitionProviderFactory() {
4848
*/
4949
public static final String LOGS_DATABASE = "xatkit.logs.database";
5050

51-
/**
52-
* The default value for xatkit.database.model in case it's not specified in the properties file.
53-
*/
54-
public static final String DATABASE_MODEL_MAPDB = "mapdb";
55-
56-
public static final String DATABASE_MODEL_POSTGRESQL = "postgresql";
57-
58-
public static final String DEFAULT_DATABASE_MODEL = DATABASE_MODEL_MAPDB;
59-
6051
/**
6152
* The intent provider that will be used for this instance of Xatkit.
6253
* <p>

0 commit comments

Comments
 (0)