|
From: Martin S. <sch...@us...> - 2005-02-16 09:02:42
|
Update of /cvsroot/magicmap/magicmapclient/src/net/sf/magicmap/server/exception In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26841/src/net/sf/magicmap/server/exception Modified Files: MapException.java Log Message: +Bug in webservice interface fixed, magicmap 0.3 was broken... Index: MapException.java =================================================================== RCS file: /cvsroot/magicmap/magicmapclient/src/net/sf/magicmap/server/exception/MapException.java,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** MapException.java 13 Feb 2005 22:27:53 -0000 1.2 --- MapException.java 16 Feb 2005 09:02:31 -0000 1.3 *************** *** 18,22 **** public MapException(String message) { super(message); ! } private java.lang.Object __equalsCalc = null; --- 18,22 ---- public MapException(String message) { super(message); ! } private java.lang.Object __equalsCalc = null; |