From: mh Date: Fri, 21 Sep 2001 13:22:04 +0000 (+0000) Subject: just a small clean up of some stuff I commented out while hacking. X-Git-Tag: prexmlproducerconfig~461 X-Git-Url: http://erislabs.org.uk/gitweb/?a=commitdiff_plain;h=51f9f2adefc3445e8aaf6889c616ce54df427b8e;p=mir.git just a small clean up of some stuff I commented out while hacking. --- diff --git a/source/mir/servlet/AbstractServlet.java b/source/mir/servlet/AbstractServlet.java index 3e60bab0..850798e5 100755 --- a/source/mir/servlet/AbstractServlet.java +++ b/source/mir/servlet/AbstractServlet.java @@ -1,6 +1,5 @@ package mir.servlet; -//import javax.servlet.*; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; diff --git a/source/mircoders/servlet/ServletModuleOpenIndy.java b/source/mircoders/servlet/ServletModuleOpenIndy.java index 4d0052e2..7322c246 100755 --- a/source/mircoders/servlet/ServletModuleOpenIndy.java +++ b/source/mircoders/servlet/ServletModuleOpenIndy.java @@ -267,8 +267,7 @@ public class ServletModuleOpenIndy extends ServletModule } catch (IOException e) { throw new ServletModuleException("IOException: "+ e.toString());} catch (StorageObjectException e) { throw new ServletModuleException("StorageObjectException" + e.toString());} - //catch (ModuleException e) { throw new ServletModuleException("ModuleException"+e.toString());} - catch (ModuleException e) { throw new ServletModuleException("ModuleException");} + catch (ModuleException e) { throw new ServletModuleException("ModuleException"+e.toString());} deliver(req, res, mergeData, postingFormDoneTemplate); }