mirror of
https://github.com/google/nomulus
synced 2026-01-09 07:33:42 +00:00
Make inner test class static
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=173413495
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user