- From: Thomas Gambet via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 17 Sep 2009 17:28:26 +0000
- To: www-validator-cvs@w3.org
Update of /sources/public/2006/unicorn/src/org/w3c/unicorn/action
In directory hutz:/tmp/cvs-serv13718/src/org/w3c/unicorn/action
Modified Files:
ObserveAction.java
Log Message:
removed comment
Index: ObserveAction.java
===================================================================
RCS file: /sources/public/2006/unicorn/src/org/w3c/unicorn/action/ObserveAction.java,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -d -r1.33 -r1.34
--- ObserveAction.java 17 Sep 2009 15:42:41 -0000 1.33
+++ ObserveAction.java 17 Sep 2009 17:28:23 -0000 1.34
@@ -278,10 +278,7 @@
try {
aUnicornCall.doTask();
createOutput(req, resp, mapOfStringObject, aUnicornCall, mapOfSpecificParameter, mapOfOutputParameter);
- } /*catch (final UnsupportedMimeTypeException aException) {
- Message mess = new Message(Message.Level.ERROR, "$message_unsupported_mime_type", null);
- createError(req, resp, reqParams, mess, mapOfSpecificParameter, mapOfOutputParameter);
- } */catch (final UnicornException ucnException) {
+ } catch (final UnicornException ucnException) {
Message mess = ucnException.getUnicornMessage();
createError(req, resp, reqParams, mess, mapOfSpecificParameter, mapOfOutputParameter);
} catch (final Exception aException) {
Received on Thursday, 17 September 2009 17:28:35 UTC