ConfigUtilTest: Remove unnecessary setting of variable to null
Change-Id: Ibf92b19a95cf32199e147ea445e421b736432a87
This commit is contained in:
@@ -67,9 +67,7 @@ public class ConfigUtilTest {
|
|||||||
i.bd = true;
|
i.bd = true;
|
||||||
i.s = "foo";
|
i.s = "foo";
|
||||||
i.sd = "bar";
|
i.sd = "bar";
|
||||||
// This line is not needed, as it's null per default.
|
// i.nd = null; // Don't need to explicitly set it; it's null by default
|
||||||
// Put it here to be explicit.
|
|
||||||
i.nd = null;
|
|
||||||
i.t = Theme.DEFAULT;
|
i.t = Theme.DEFAULT;
|
||||||
i.td = Theme.DEFAULT;
|
i.td = Theme.DEFAULT;
|
||||||
return i;
|
return i;
|
||||||
|
|||||||
Reference in New Issue
Block a user