You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2006/02/15 00:57:04 UTC

svn commit: r377898 - /myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/dojo/DojoUtils.java

Author: werpu
Date: Tue Feb 14 15:57:01 2006
New Revision: 377898

URL: http://svn.apache.org/viewcvs?rev=377898&view=rev
Log:
added a small comment to clear things up

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/dojo/DojoUtils.java

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/dojo/DojoUtils.java
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/dojo/DojoUtils.java?rev=377898&r1=377897&r2=377898&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/dojo/DojoUtils.java (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/java/org/apache/myfaces/custom/dojo/DojoUtils.java Tue Feb 14 15:57:01 2006
@@ -239,9 +239,9 @@
 
     /**
      * writes a local require
-     * @param context
-     * @param component
-     * @param required
+     * @param context the local faces context
+     * @param component the component which the reuire is for
+     * @param required a require dojo style xx.xx.xx
      * @throws IOException
      */
     public static void addRequire(FacesContext context, UIComponent component, String required) throws IOException