Remote extra semicolons (;).
This commit is contained in:
parent
80ec981895
commit
0e612820f4
|
@ -117,7 +117,7 @@ public final class IdleConnectionEvictor {
|
|||
return t;
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue