Make inner test class static

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=173413495
This commit is contained in:
mcilwain 2017-10-25 10:14:25 -07:00 committed by jianglai
parent ec5c9e4474
commit bb8b701425

View file

@ -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";