(Object obj)
| 40 | } |
| 41 | |
| 42 | @Override |
| 43 | public boolean equals(Object obj) { |
| 44 | if (this == obj) return true; |
| 45 | if (!(obj instanceof Class)) return false; |
| 46 | Class it = (Class) obj; |
| 47 | return getTypeId().equals(it.getTypeId()); |
| 48 | } |
| 49 | } |
no test coverage detected