Skip to content

Commit

Permalink
Remove diamond operator in order to use Java 6
Browse files Browse the repository at this point in the history
  • Loading branch information
kinow committed Apr 19, 2016
1 parent 4afef8f commit 350eb2d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ public class TestNGXmlHandler extends DefaultHandler implements Serializable {
*/
public TestNGXmlHandler() {
super();
suitesList = new ArrayList<>();
suitesList = new ArrayList<Suite>();
}
/*
* (non-Javadoc)
Expand Down

0 comments on commit 350eb2d

Please sign in to comment.