Make inner test class static

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=173413495
This commit is contained in:
mcilwain
2017-11-07 16:57:00 -05:00
committed by jianglai
parent ec5c9e4474
commit bb8b701425
@@ -29,7 +29,7 @@ import org.junit.runners.JUnit4;
@RunWith(JUnit4.class)
public class SerializeUtilsTest {
class Lol {
static class Lol {
@Override
public String toString() {
return "LOL_VALUE";