Skip to content

Commit b3753d3

Browse files
committed
minor improvements
1 parent 5420d6c commit b3753d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/refactoring/Bill.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public Bill(String cn, String n, String s, String sn, int pc, Date b, String e,
2424
birthday = b;
2525
email = e;
2626
city = c;
27-
articles = new ArrayList<Article>();
27+
articles = new ArrayList<>();
2828
}
2929

3030
public boolean addArticle(Article a) {

0 commit comments

Comments
 (0)