Skip to content

Commit 8205011

Browse files
committed
Merge branch 'renovate/com.google.cloud-native-image-shared-config-1.x' of https://github.com/renovate-bot/google-http-java-client into renovate/com.google.cloud-native-image-shared-config-1.x
2 parents 3121f60 + 73ebee2 commit 8205011

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

google-http-client-test/src/main/java/com/google/api/client/test/util/store/AbstractDataStoreFactoryTest.java

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,13 @@
4242
@RunWith(JUnit4.class)
4343
public abstract class AbstractDataStoreFactoryTest {
4444

45-
private static final String STRING_ID = "String";
46-
private static final String BOOLEAN_ID = "Boolean";
45+
private static final String STRING_ID;
46+
private static final String BOOLEAN_ID;
47+
48+
static {
49+
STRING_ID = "String";
50+
BOOLEAN_ID = "Boolean";
51+
}
4752
DataStoreFactory dataStore;
4853
DataStore<String> stringTyped;
4954
DataStore<Boolean> boolTyped;

0 commit comments

Comments
 (0)