We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fee7b3 commit 988919dCopy full SHA for 988919d
src/main/java/com/xatkit/core/recognition/IntentRecognitionProviderFactory.java
@@ -48,15 +48,6 @@ private IntentRecognitionProviderFactory() {
48
*/
49
public static final String LOGS_DATABASE = "xatkit.logs.database";
50
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
60
/**
61
* The intent provider that will be used for this instance of Xatkit.
62
* <p>
0 commit comments