Changeset 2248
- Timestamp:
- 06/27/08 14:23:02 (3 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/framework-plugin/src/com/tresys/framework/compiler/linkage/net/Endpoint.java
r2215 r2248 88 88 89 89 Endpoint other = (Endpoint) obj; 90 91 if (getSystem () == null && other.getSystem () != null) 92 return false; 93 90 94 if (!getSystem ().equals (other.getSystem ())) 91 95 return false;
