Skip to content

Commit a8fe278

Browse files
committed
[bugfix] Fix class members visibility
1 parent f88c402 commit a8fe278

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

exist-core/src/test/java/org/exist/xquery/update/UpdateInsertTriggersDefragTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,11 @@
3939
import static org.junit.Assert.assertEquals;
4040

4141
public class UpdateInsertTriggersDefragTest {
42+
4243
@ClassRule
4344
public static final ExistXmldbEmbeddedServer exist = new ExistXmldbEmbeddedServer(false, true, true,
4445
propertiesBuilder().put(PROPERTY_XUPDATE_FRAGMENTATION_FACTOR, -1).build());
46+
4547
private final String path = TEST_COLLECTION_URI + "/" + TEST_XML_URI.toString();
4648
private Collection testCollection;
4749
private CollectionManagementService collectionService;

0 commit comments

Comments
 (0)