Remote extra semicolons (;).

This commit is contained in:
Gary Gregory 2020-11-23 12:33:41 -05:00 committed by Gary Gregory
parent 80ec981895
commit 0e612820f4
2 changed files with 2 additions and 2 deletions

View File

@ -117,7 +117,7 @@ public final class IdleConnectionEvictor {
return t;
}
};
}
}

View File

@ -45,7 +45,7 @@ import org.junit.Before;
*/
public abstract class LocalServerTestBase {
public enum ProtocolScheme { http, https };
public enum ProtocolScheme { http, https }
public static final String ORIGIN = "TEST/1.1";