Author: thorsten
Date: Mon Dec 12 13:47:51 2005
New Revision: 356386

URL: http://svn.apache.org/viewcvs?rev=356386&view=rev
Log:
Renamed the interface to meet cocoon naming conventions

Added:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBean.java
      - copied, changed from r356383, 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBeanInterface.java
Removed:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBeanInterface.java
Modified:
    
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBeanDOMImpl.java

Copied: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBean.java
 (from r356383, 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBeanInterface.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?p2=forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBean.java&p1=forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBeanInterface.java&r1=356383&r2=356386&rev=356386&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBeanInterface.java
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBean.java
 Mon Dec 12 13:47:51 2005
@@ -9,7 +9,7 @@
 import org.w3c.dom.Element;
 import org.w3c.dom.Node;
 
-public interface ContractBeanInterface {
+public interface ContractBean {
 
     /**
      * The resolver prefix

Modified: 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBeanDOMImpl.java
URL: 
http://svn.apache.org/viewcvs/forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBeanDOMImpl.java?rev=356386&r1=356385&r2=356386&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBeanDOMImpl.java
 (original)
+++ 
forrest/trunk/whiteboard/plugins/org.apache.forrest.plugin.internal.structurer/src/java/org/apache/forrest/dispatcher/ContractBeanDOMImpl.java
 Mon Dec 12 13:47:51 2005
@@ -41,7 +41,7 @@
  * @author thorsten
  * 
  */
-public class ContractBeanDOMImpl extends Beans implements 
ContractBeanInterface {
+public class ContractBeanDOMImpl extends Beans implements ContractBean {
 
     private Element[] propertyList;
 


Reply via email to