mirror of
https://github.com/google/nomulus.git
synced 2025-05-17 17:59:41 +02:00
Make inner test class static
------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=173413495
This commit is contained in:
parent
ec5c9e4474
commit
bb8b701425
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue