Skip to content

Commit 9efd515

Browse files
committed
Remove unnecessary modifier
1 parent a7bdce1 commit 9efd515

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

driver/src/test/java/org/neo4j/driver/internal/TrustedServerProductTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
package org.neo4j.driver.internal;
2121

2222
import org.junit.jupiter.api.Test;
23+
2324
import org.neo4j.driver.v1.Config;
2425
import org.neo4j.driver.v1.GraphDatabase;
2526
import org.neo4j.driver.v1.exceptions.UntrustedServerException;
@@ -30,7 +31,7 @@
3031
import static org.junit.jupiter.api.Assertions.assertThrows;
3132
import static org.neo4j.driver.v1.Logging.none;
3233

33-
public class TrustedServerProductTest
34+
class TrustedServerProductTest
3435
{
3536
private static final Config config = Config.build()
3637
.withoutEncryption()

0 commit comments

Comments
 (0)