Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Commit b3cb1e4

Browse files
committed
chore: Remove public modifier to BaseSystemTest
1 parent 8827f58 commit b3cb1e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

google-cloud-logging/src/test/java/com/google/cloud/logging/BaseSystemTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,13 @@ public class BaseSystemTest {
4444
protected static Logging logging;
4545

4646
@BeforeAll
47-
public static void beforeClass() {
47+
static void beforeClass() {
4848
RemoteLoggingHelper helper = RemoteLoggingHelper.create();
4949
logging = helper.getOptions().getService();
5050
}
5151

5252
@AfterAll
53-
public static void afterClass() throws Exception {
53+
static void afterClass() throws Exception {
5454
logging.close();
5555
}
5656

0 commit comments

Comments
 (0)