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:
parent
2205dfe91d
commit
0522c36474
2
pom.xml
2
pom.xml
|
@ -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>
|
||||
|
|
|
@ -96,7 +96,7 @@ public class AuthenticationResult
|
|||
{
|
||||
if ( authenticationFailureCauses == null )
|
||||
{
|
||||
this.authenticationFailureCauses = new ArrayList<AuthenticationFailureCause>();
|
||||
this.authenticationFailureCauses = new ArrayList<>();
|
||||
}
|
||||
return authenticationFailureCauses;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue