summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/lib/ExceptionStatus.java
diff options
context:
space:
mode:
authorKurt Zenker <kz@openoffice.org>2003-11-18 15:15:15 +0000
committerKurt Zenker <kz@openoffice.org>2003-11-18 15:15:15 +0000
commitde35634b565a4cab48d37f4fb35197ba972ab27e (patch)
treefcf6e1d452b1589b70d100cd5b0b4a3fc5325851 /qadevOOo/runner/lib/ExceptionStatus.java
parentf12ab5626a6d578fe18d8af8c7b3c6d24abff58e (diff)
INTEGRATION: CWS qadev13 (1.1.34); FILE MERGED
2003/11/07 14:54:49 sg 1.1.34.1: #113007#CHG: fixed wrong hash codes bug
Diffstat (limited to 'qadevOOo/runner/lib/ExceptionStatus.java')
-rw-r--r--qadevOOo/runner/lib/ExceptionStatus.java8
1 files changed, 4 insertions, 4 deletions
diff --git a/qadevOOo/runner/lib/ExceptionStatus.java b/qadevOOo/runner/lib/ExceptionStatus.java
index 342b9a36252e..92cfb58993d7 100644
--- a/qadevOOo/runner/lib/ExceptionStatus.java
+++ b/qadevOOo/runner/lib/ExceptionStatus.java
@@ -2,9 +2,9 @@
*
* $RCSfile: ExceptionStatus.java,v $
*
- * $Revision: 1.1 $
+ * $Revision: 1.2 $
*
- * last change:$Date: 2003-01-27 16:27:43 $
+ * last change:$Date: 2003-11-18 16:15:15 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -106,7 +106,7 @@ class ExceptionStatus extends Status {
* @return <tt>true</tt> if obj is an ExceptionStatus instance and has
* a similar exception.
*/
- public boolean equals(Object obj) {
+/* public boolean equals(Object obj) {
if (obj == null || !(obj instanceof ExceptionStatus)) {
return false;
}
@@ -122,5 +122,5 @@ class ExceptionStatus extends Status {
return (thisMess == otherMess)
|| (thisMess != null && thisMess.equals(otherMess));
- }
+ } */
} \ No newline at end of file