Author: thorsten
Date: Mon Dec 5 04:07:56 2005
New Revision: 354055
URL: http://svn.apache.org/viewcvs?rev=354055&view=rev
Log:
Minor changes and formating
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBean.java
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/DispatcherException.java
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBean.java
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBean.java?rev=354055&r1=354054&r2=354055&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBean.java
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBean.java
Mon Dec 5 04:07:56 2005
@@ -56,7 +56,7 @@
* </p>
*
* <pre>
- * <forrest:contract
name="nav-section"
dataURI="cocoon://index.navigation.xml"/>
+ * <forrest:contract name="nav-section"
dataURI="cocoon://index.navigation.xml"/>
* </pre>
*/
public static final String CONTRACT_ELEMENT = "contract";
@@ -93,9 +93,9 @@
* structurer index.fv and used in the contract.
*
* <pre>
- * <forrest:contract
name="nav-main-testing"
nugget="cocoon://index.navigation.xml">
- * <forrest:property
name="nav-main-testing-test1" >Just a test</forrest:property>
- * </forrest:contract>
+ * <forrest:contract name="nav-main-testing"
nugget="cocoon://index.navigation.xml">
+ * <forrest:property name="nav-main-testing-test1" >Just
a test</forrest:property>
+ * </forrest:contract>
* </pre>
*/
public static final String PROPERTY_ELEMENT = "property";
@@ -335,7 +335,7 @@
* </p>
*
* <pre>
- * <forrest:contract
name="nav-section"
dataURI="cocoon://index.navigation.xml"/>
+ * <forrest:contract name="nav-section"
dataURI="cocoon://index.navigation.xml"/>
* </pre>
*
* @param nuggetUri
Modified:
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/DispatcherException.java
URL:
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/DispatcherException.java?rev=354055&r1=354054&r2=354055&view=diff
==============================================================================
---
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/DispatcherException.java
(original)
+++
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/DispatcherException.java
Mon Dec 5 04:07:56 2005
@@ -20,8 +20,8 @@
* Dispatcher Exception
*/
public class DispatcherException extends Exception {
- public static final String ERROR_404 = "code: 404 - Source not found";
- public static final String ERROR_500 = "code: 500 - Internal server
error";
+ public static final String ERROR_404 = "404 - Source not found";
+ public static final String ERROR_500 = "500 - Internal server error";
/**
*
*/