Changeset 5
- Timestamp:
- Feb 8, 2005, 5:18:06 PM (17 years ago)
- Location:
- trunk/src/core/net/sf/basedb/core/data
- Files:
-
- 16 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/net/sf/basedb/core/data/package.html
r3 r5 1110 1110 <h4>Method documentation</h4> 1111 1111 <p> 1112 Write a one-sentence description for all public methods. You do not1113 have document the parameters , since it would just be a repetition.1112 Write a one-sentence description for all public <code>get</code> methods. You do not 1113 have document the parameters or the <code>set</code> methods, since it would just be a repetition. 1114 1114 Methods defined by interfaces are documented in the interface class. You should 1115 1115 not have to write any documentation for those methods. … … 1126 1126 return address; 1127 1127 } 1128 /**1129 Set the address for the user.1130 */1131 1128 public void setAddress(String address) 1132 1129 {
Note: See TracChangeset
for help on using the changeset viewer.