You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2005/05/26 07:41:43 UTC

svn commit: r178593 - /lenya/trunk/src/java/org/apache/lenya/cms/publication/DocumentTypeBuilderImpl.java

Author: andreas
Date: Wed May 25 22:41:42 2005
New Revision: 178593

URL: http://svn.apache.org/viewcvs?rev=178593&view=rev
Log:
[minor change] fixed quotation mark in error message

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

Modified: lenya/trunk/src/java/org/apache/lenya/cms/publication/DocumentTypeBuilderImpl.java
URL: http://svn.apache.org/viewcvs/lenya/trunk/src/java/org/apache/lenya/cms/publication/DocumentTypeBuilderImpl.java?rev=178593&r1=178592&r2=178593&view=diff
==============================================================================
--- lenya/trunk/src/java/org/apache/lenya/cms/publication/DocumentTypeBuilderImpl.java (original)
+++ lenya/trunk/src/java/org/apache/lenya/cms/publication/DocumentTypeBuilderImpl.java Wed May 25 22:41:42 2005
@@ -36,15 +36,15 @@
 import org.xml.sax.SAXException;
 
 /**
- * Avalon Service for building an instance of {@link DocumentType} using information
- * from the <code>doctypes.xconf</code> configuration file.
+ * Avalon Service for building an instance of {@link DocumentType}using information from the
+ * <code>doctypes.xconf</code> configuration file.
  * 
  * <p>
  * Since this service is very frequently used, it is implemented as a poolable service.
- * </p> 
+ * </p>
  * <p>
- * Furthermore, the instances are cached, to avoid re-reading configuration unless the
- * configuration file has changed.
+ * Furthermore, the instances are cached, to avoid re-reading configuration unless the configuration
+ * file has changed.
  * </p>
  * 
  * @version $Id$
@@ -170,7 +170,8 @@
                 }
 
                 if (doctypeConf == null) {
-                    throw new DocumentTypeBuildException("No definition found for doctype '" + name);
+                    throw new DocumentTypeBuildException("No definition found for doctype '" + name
+                            + "'");
                 }
 
                 Configuration schemaConf = doctypeConf.getChild(SCHEMA_ELEMENT, false);
@@ -361,4 +362,4 @@
         }
     }
 
-}
+}
\ No newline at end of file



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