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.
2 parents 518b0cc + 3dc973b commit ae556b7Copy full SHA for ae556b7
rxandroid/src/test/java/rx/android/TestUtil.java
@@ -29,7 +29,7 @@ private TestUtil() {
29
throw new AssertionError("No instances");
30
}
31
32
- static public final String STRING_EXPECTATION = "Hello";
+ public static final String STRING_EXPECTATION = "Hello";
33
34
public static View createView() {
35
return new View(Robolectric.application);
0 commit comments