diamond operator

git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1585877 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2014-04-09 02:00:04 +00:00
parent 2205dfe91d
commit 0522c36474
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.archiva</groupId>
<artifactId>archiva-parent</artifactId>
<version>12-SNAPSHOT</version>
<version>13-SNAPSHOT</version>
</parent>
<groupId>org.apache.archiva.redback</groupId>

View File

@ -96,7 +96,7 @@ public class AuthenticationResult
{
if ( authenticationFailureCauses == null )
{
this.authenticationFailureCauses = new ArrayList<AuthenticationFailureCause>();
this.authenticationFailureCauses = new ArrayList<>();
}
return authenticationFailureCauses;
}