Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Antti Väyrynen
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 2bef5751
authored
Jan 10, 2015
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove java 1.7 style list init to allow for 1.6 compile level
1 parent
620685f7
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/moya-restpojo/src/main/java/fi/codecrew/moya/rest/pojo/network/v1/NetworkAssociationInfolistResponseRoot.java
code/moya-restpojo/src/main/java/fi/codecrew/moya/rest/pojo/network/v1/NetworkAssociationInfolistResponseRoot.java
View file @
2bef575
...
...
@@ -28,7 +28,7 @@ public class NetworkAssociationInfolistResponseRoot {
private
List
<
NetworkAssociationInfoPojo
>
associations
;
public
NetworkAssociationInfolistResponseRoot
()
{
this
.
associations
=
new
ArrayList
<>();
this
.
associations
=
new
ArrayList
<
NetworkAssociationInfoPojo
>();
}
public
List
<
NetworkAssociationInfoPojo
>
getAssociations
()
{
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment