File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed
main/java/com/google/firebase/remoteconfig
test/java/com/google/firebase/remoteconfig Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -138,8 +138,9 @@ public String getDescription() {
138138 /**
139139 * Gets the rollback source of the template.
140140 *
141- * <p>The serverVersion number of the Remote Config template that has become the current serverVersion
142- * due to a rollback. Only present if this serverVersion is the result of a rollback.
141+ * <p>The serverVersion number of the Remote Config template that has become the current
142+ * serverVersion due to a rollback. Only present if this serverVersion is the result of a
143+ * rollback.
143144 *
144145 * @return The rollback source of the template or null.
145146 */
Original file line number Diff line number Diff line change @@ -69,7 +69,8 @@ public void testEquality() {
6969
7070 final ServerVersion versionThree = ServerVersion .withDescription ("abcd" );
7171 final ServerVersion versionFour = ServerVersion .withDescription ("abcd" );
72- final ServerVersion versionFive = new ServerVersion (new VersionResponse ()).setDescription ("abcd" );
72+ final ServerVersion versionFive = new ServerVersion (new VersionResponse ())
73+ .setDescription ("abcd" );
7374
7475 assertEquals (versionThree , versionFour );
7576 assertEquals (versionThree , versionFive );
You can’t perform that action at this time.
0 commit comments