Commit 642ce1c
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 constructor
See: http://stackoverflow.com/questions/3295496/what-is-a-javabean-exactly1 parent 6dd0e09 commit 642ce1cCopy full SHA for 642ce1c
File tree
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Filter options
Expand file treeCollapse file tree
1 file changed
+1
-1
lines changedOpen diff view settings
Collapse file
+1-1Lines changed: 1 addition & 1 deletion
- Display the source diff
- Display the rich diff
| 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