Skip to content

Commit 06acc4a

Browse files
committed
Revert "use static block"
This reverts commit 73ebee2.
1 parent 73ebee2 commit 06acc4a

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

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

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

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-
}
45+
private static final String STRING_ID = "String";
46+
private static final String BOOLEAN_ID = "Boolean";
5247
DataStoreFactory dataStore;
5348
DataStore<String> stringTyped;
5449
DataStore<Boolean> boolTyped;

0 commit comments

Comments
 (0)