We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5420d6c commit b3753d3Copy full SHA for b3753d3
src/main/java/refactoring/Bill.java
@@ -24,7 +24,7 @@ public Bill(String cn, String n, String s, String sn, int pc, Date b, String e,
24
birthday = b;
25
email = e;
26
city = c;
27
- articles = new ArrayList<Article>();
+ articles = new ArrayList<>();
28
}
29
30
public boolean addArticle(Article a) {
0 commit comments