Changeset 1868
- Timestamp:
- 05/13/09 09:51:30 (3 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
jmatter-complet/trunk/jmatter/src/com/u2d/model/AbstractComplexEObject.java
r1863 r1868 462 462 return ceo.getID().equals(getID()); 463 463 } 464 465 return true; // both transient and of the same type.. 464 return false; // both transient and of the same type..assume false 466 465 } 467 466
