We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1678a12 commit 610cc75Copy full SHA for 610cc75
1 file changed
src/test/java/com/google/firebase/remoteconfig/TemplateTest.java
@@ -107,7 +107,7 @@ public void testConstructorWithETag() {
107
}
108
109
@Test(expected = NullPointerException.class)
110
- public void testConstructorWithNullTemplateResponse() throws FirebaseRemoteConfigException{
+ public void testConstructorWithNullTemplateResponse() throws FirebaseRemoteConfigException {
111
new Template((TemplateResponse) null);
112
113
0 commit comments