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 0c1bb88 commit 3183a20Copy full SHA for 3183a20
exist-core/src/main/java/org/exist/storage/DBBroker.java
@@ -77,15 +77,15 @@
77
public interface DBBroker extends AutoCloseable {
78
79
// Matching types
80
- int MATCH_EXACT = 0;
81
- int MATCH_REGEXP = 1;
+ int MATCH_EXACT = 0;
+ int MATCH_REGEXP = 1;
82
int MATCH_WILDCARDS = 2; // no longer used!
83
- int MATCH_CONTAINS = 3;
84
- int MATCH_STARTSWITH = 4;
85
- int MATCH_ENDSWITH = 5;
+ int MATCH_CONTAINS = 3;
+ int MATCH_STARTSWITH = 4;
+ int MATCH_ENDSWITH = 5;
86
87
//TODO : move elsewhere
88
- String CONFIGURATION_ELEMENT_NAME = "xupdate";
+ String CONFIGURATION_ELEMENT_NAME = "xupdate";
89
90
91
String XUPDATE_FRAGMENTATION_FACTOR_ATTRIBUTE = "allowed-fragmentation";
0 commit comments