未验证 提交 14e2f5ef 编写于 作者: 郭霖 提交者: GitHub

Update README.md

上级 ee81201d
...@@ -134,7 +134,7 @@ public class Album extends LitePalSupport { ...@@ -134,7 +134,7 @@ public class Album extends LitePalSupport {
@Column(index = true) @Column(index = true)
private float price; private float price;
private List<Song> songs = new ArrayList<Song>(); private List<Song> songs = new ArrayList<>();
// generated getters and setters. // generated getters and setters.
... ...
...@@ -197,7 +197,7 @@ public class Album extends LitePalSupport { ...@@ -197,7 +197,7 @@ public class Album extends LitePalSupport {
private Date releaseDate; private Date releaseDate;
private List<Song> songs = new ArrayList<Song>(); private List<Song> songs = new ArrayList<>();
// generated getters and setters. // generated getters and setters.
... ...
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册