You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2005/12/22 21:41:42 UTC

svn commit: r358620 - /myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/prototype/PrototypeResourceLoader.java

Author: matzew
Date: Thu Dec 22 12:41:35 2005
New Revision: 358620

URL: http://svn.apache.org/viewcvs?rev=358620&view=rev
Log:
ResourceLoader is now an interface

Modified:
    myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/prototype/PrototypeResourceLoader.java

Modified: myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/prototype/PrototypeResourceLoader.java
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/prototype/PrototypeResourceLoader.java?rev=358620&r1=358619&r2=358620&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/prototype/PrototypeResourceLoader.java (original)
+++ myfaces/tomahawk/trunk/src/java/org/apache/myfaces/custom/prototype/PrototypeResourceLoader.java Thu Dec 22 12:41:35 2005
@@ -15,7 +15,7 @@
  */
 package org.apache.myfaces.custom.prototype;
 
-/**This class is a mere locator object
+/**Marker interface which is a mere locator
  * for the AddResource class to find the
  * prototype Resources in the resources package.
  *
@@ -24,7 +24,7 @@
  *          <p/>
  *          $Log: $
  */
-public class PrototypeResourceLoader
+public interface PrototypeResourceLoader
 {
-    private PrototypeResourceLoader() {}
-}
+
+}
\ No newline at end of file