Legend:
- Unmodified
- Added
- Removed
-
trunk/quest-plugin-jfc/src/main/java/de/ugoe/cs/quest/plugin/jfc/guimodel/JFCGUIElementSpec.java
r778 r832 149 149 */ 150 150 @Override 151 public boolean equals( IGUIElementSpecother) {151 public boolean equals(Object other) { 152 152 if (this == other) 153 153 { -
trunk/quest-plugin-mfc/src/main/java/de/ugoe/cs/quest/plugin/mfc/guimodel/MFCGUIElementSpec.java
r778 r832 310 310 */ 311 311 @Override 312 public boolean equals( IGUIElementSpecother) {312 public boolean equals(Object other) { 313 313 314 314 if (this == other) {
Note: See TracChangeset
for help on using the changeset viewer.