We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8827f58 commit b3cb1e4Copy full SHA for b3cb1e4
1 file changed
google-cloud-logging/src/test/java/com/google/cloud/logging/BaseSystemTest.java
@@ -44,13 +44,13 @@ public class BaseSystemTest {
44
protected static Logging logging;
45
46
@BeforeAll
47
- public static void beforeClass() {
+ static void beforeClass() {
48
RemoteLoggingHelper helper = RemoteLoggingHelper.create();
49
logging = helper.getOptions().getService();
50
}
51
52
@AfterAll
53
- public static void afterClass() throws Exception {
+ static void afterClass() throws Exception {
54
logging.close();
55
56
0 commit comments