Fixed checkstyle

This commit is contained in:
gregw 2021-02-16 16:55:14 +01:00
parent 20ef71fe5d
commit 7769f61242
1 changed files with 1 additions and 1 deletions

View File

@ -264,7 +264,7 @@ public class HttpURITest
uri.setScheme(null);
assertEquals("//host:8080/other;xxx/path;ppp?query", uri.toString());
uri.setAuthority(null,-1);
uri.setAuthority(null, -1);
assertEquals("/other;xxx/path;ppp?query", uri.toString());
uri.setParam(null);