- Timestamp:
- Feb 10, 2011, 10:06:10 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/fmgVen/test/com/fmguler/ven/sample/domain/SomeDomainObject.java
r28 r29 112 112 113 113 public String toString() { 114 return id + " " + name + " " + description + " another domain object: {" + anotherDomainObject + "} another domain objects:\n" + anotherDomainObjects;114 return "{" + id + ", " + name + ", " + description + ", another domain object: " + anotherDomainObject + ", another domain objects: " + anotherDomainObjects + "} "; 115 115 } 116 116 }
Note: See TracChangeset
for help on using the changeset viewer.