fixed some compile warnings
This commit is contained in:
parent
bce5c49cbc
commit
df590bfc3f
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ public abstract class AbstractClientTest extends AbstractConsoleTest {
|
|||
}
|
||||
|
||||
private static void setRedirectUris(ClientRepresentation client, String... redirectUris) {
|
||||
List<String> redirectUrisList = new ArrayList();
|
||||
List<String> redirectUrisList = new ArrayList<>();
|
||||
redirectUrisList.addAll(Arrays.asList(redirectUris));
|
||||
client.setRedirectUris(redirectUrisList);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue