You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by gr...@apache.org on 2005/05/23 03:29:00 UTC

svn commit: r177863 - /lenya/trunk/src/java/org/apache/lenya/cms/publication/DocumentManagerImpl.java

Author: gregor
Date: Sun May 22 18:28:57 2005
New Revision: 177863

URL: http://svn.apache.org/viewcvs?rev=177863&view=rev
Log:
Made exception final

Modified:
    lenya/trunk/src/java/org/apache/lenya/cms/publication/DocumentManagerImpl.java

Modified: lenya/trunk/src/java/org/apache/lenya/cms/publication/DocumentManagerImpl.java
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/publication/DocumentManagerImpl.java?rev=177863&r1=177862&r2=177863&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/publication/DocumentManagerImpl.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/publication/DocumentManagerImpl.java Sun May 22 18:28:57 2005
@@ -152,7 +152,7 @@
 
             siteManager.add(document);
             siteManager.setLabel(document, navigationTitle);
-        } catch (ServiceException e) {
+        } catch (final ServiceException e) {
             throw new PublicationException(e);
         } finally {
             if (selector != null) {



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@lenya.apache.org
For additional commands, e-mail: commits-help@lenya.apache.org