Author: ate
Date: Sat Feb 11 12:07:24 2006
New Revision: 377038

URL: http://svn.apache.org/viewcvs?rev=377038&view=rev
Log:
Javadoc corrections to reflect that the DecoratorAction has moved package.
See http://issues.apache.org/jira/browse/JS2-468.

Modified:
    
portals/jetspeed-2/trunk/jetspeed-api/src/java/org/apache/jetspeed/decoration/Decoration.java

Modified: 
portals/jetspeed-2/trunk/jetspeed-api/src/java/org/apache/jetspeed/decoration/Decoration.java
URL: 
http://svn.apache.org/viewcvs/portals/jetspeed-2/trunk/jetspeed-api/src/java/org/apache/jetspeed/decoration/Decoration.java?rev=377038&r1=377037&r2=377038&view=diff
==============================================================================
--- 
portals/jetspeed-2/trunk/jetspeed-api/src/java/org/apache/jetspeed/decoration/Decoration.java
 (original)
+++ 
portals/jetspeed-2/trunk/jetspeed-api/src/java/org/apache/jetspeed/decoration/Decoration.java
 Sat Feb 11 12:07:24 2006
@@ -93,7 +93,7 @@
      * Returns the list of <code>DecoratorAction</code>s to be displayed
      * within the portlet window.
      * 
-     * @see org.apache.jetspeed.velocity.DecoratorAction
+     * @see org.apache.jetspeed.decoration.DecoratorAction
      * 
      * @return the list of <code>DecoratorAction</code>s to be displayed
      * within the portlet window.
@@ -103,7 +103,7 @@
     /**
      * Set the list of <code>DecoratorAction</code>s to be displayed
      * within the portlet window.
-     * @see org.apache.jetspeed.velocity.DecoratorAction
+     * @see org.apache.jetspeed.decoration.DecoratorAction
      * 
      * @param actions actions to displayed within this portlet window. 
      */



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to