Changeset 4089
- Timestamp:
- Jan 18, 2008, 1:43:14 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/core/net/sf/basedb/core/plugin/GuiContext.java
r4034 r4089 78 78 } 79 79 80 public boolean equals(Object other) 81 { 82 if (this == other) return true; 83 if (!(other instanceof GuiContext)) return false; 84 GuiContext gc = (GuiContext)other; 85 return gc.item == this.item && gc.type == this.type; 86 } 87 80 88 public String toString() 81 89 {
Note: See TracChangeset
for help on using the changeset viewer.