ConfigUtilTest: Fix modifier order

Change-Id: I26f6c9e3c3c331bdbdb4a056a87f03ad47493d3d
This commit is contained in:
David Pursehouse
2015-09-14 13:58:44 +09:00
parent 6cff3a330d
commit 30ce4fa013

View File

@@ -30,8 +30,8 @@ import org.junit.Test;
import java.util.concurrent.TimeUnit;
public class ConfigUtilTest {
private final static String SECT = "foo";
private final static String SUB = "bar";
private static final String SECT = "foo";
private static final String SUB = "bar";
static class SectionInfo {
public static final String CONSTANT = "42";