-
Notifications
You must be signed in to change notification settings - Fork 4k
Commit 642ce1c
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 constructor
See: http://stackoverflow.com/questions/3295496/what-is-a-javabean-exactly 1 parent 6dd0e09 commit 642ce1c
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