Skip to content

Commit

Permalink
remove unsed declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
marmoure committed May 11, 2023
1 parent 97cc76f commit 37a2446
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import org.exist.security.PermissionDeniedException;
import org.exist.storage.BrokerPool;
import org.exist.storage.DBBroker;
import org.exist.storage.txn.TransactionException;
import org.exist.storage.txn.TransactionManager;
import org.exist.storage.txn.Txn;
import org.exist.test.ExistEmbeddedServer;
Expand Down Expand Up @@ -79,8 +78,8 @@ public static java.util.Collection<Object[]> data() {

private static final String XML =

Check notice on line 79 in extensions/indexes/indexes-integration-tests/src/test/java/org/exist/indexing/EnforceIndexUseTest.java

View check run for this annotation

Codacy Production / Codacy Static Code Analysis

extensions/indexes/indexes-integration-tests/src/test/java/org/exist/indexing/EnforceIndexUseTest.java#L79

Fields should be declared at the top of the class, before any method declarations, constructors, initializers or inner classes.
"<root>\n" +
" <foo bar=\"baz\"/>\n" +
"</root>";
"<foo bar=\"baz\"/>\n" +
"</root>";

@Test
public void matchesWithDiffrentIndexStyles() throws PermissionDeniedException, EXistException, XPathException {
Expand Down

0 comments on commit 37a2446

Please sign in to comment.