Skip to content

Commit 3183a20

Browse files
committed
[ignore] Change tabs to 4 spaces to correct formatting
1 parent 0c1bb88 commit 3183a20

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

exist-core/src/main/java/org/exist/storage/DBBroker.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -77,15 +77,15 @@
7777
public interface DBBroker extends AutoCloseable {
7878

7979
// Matching types
80-
int MATCH_EXACT = 0;
81-
int MATCH_REGEXP = 1;
80+
int MATCH_EXACT = 0;
81+
int MATCH_REGEXP = 1;
8282
int MATCH_WILDCARDS = 2; // no longer used!
83-
int MATCH_CONTAINS = 3;
84-
int MATCH_STARTSWITH = 4;
85-
int MATCH_ENDSWITH = 5;
83+
int MATCH_CONTAINS = 3;
84+
int MATCH_STARTSWITH = 4;
85+
int MATCH_ENDSWITH = 5;
8686

8787
//TODO : move elsewhere
88-
String CONFIGURATION_ELEMENT_NAME = "xupdate";
88+
String CONFIGURATION_ELEMENT_NAME = "xupdate";
8989

9090
//TODO : move elsewhere
9191
String XUPDATE_FRAGMENTATION_FACTOR_ATTRIBUTE = "allowed-fragmentation";

0 commit comments

Comments
 (0)