forked fromwinterbe/java8-tutorial
- Notifications
You must be signed in to change notification settings - Fork0
Commit642ce1c
committed
Use class instead of bean.
A class should only be called 'bean', if:* all properties are private (use getters/setters)* it implements the Serializable interface* it has a public default constructorSee:http://stackoverflow.com/questions/3295496/what-is-a-javabean-exactly1 parent6dd0e09 commit642ce1c
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
167 | 167 |
| |
168 | 168 |
| |
169 | 169 |
| |
170 |
| - | |
| 170 | + | |
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
|
0 commit comments
Comments
(0)