You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by vg...@apache.org on 2001/07/28 03:56:30 UTC

cvs commit: xml-cocoon2/src/org/apache/cocoon/matching BrowserMatcherFactory.java

vgritsenko    01/07/27 18:56:30

  Modified:    src/org/apache/cocoon/matching BrowserMatcherFactory.java
  Log:
  add import
  
  Revision  Changes    Path
  1.2       +3 -2      xml-cocoon2/src/org/apache/cocoon/matching/BrowserMatcherFactory.java
  
  Index: BrowserMatcherFactory.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/matching/BrowserMatcherFactory.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- BrowserMatcherFactory.java	2001/05/09 20:49:39	1.1
  +++ BrowserMatcherFactory.java	2001/07/28 01:56:30	1.2
  @@ -13,6 +13,7 @@
   import org.w3c.dom.NamedNodeMap;
   import org.w3c.dom.Node;
   import org.w3c.dom.NodeList;
  +import org.apache.cocoon.CodeFactory;
   
   /**
    * This class generates source code which matches a specific browser pattern
  @@ -20,10 +21,10 @@
    *
    * @author <a href="mailto:Giacomo.Pati@pwr.ch">Giacomo Pati</a>
    * @author <a href="mailto:bloritsch@apache.org">Berin Loritsch</a>
  - * @version CVS $Revision: 1.1 $ $Date: 2001/05/09 20:49:39 $
  + * @version CVS $Revision: 1.2 $ $Date: 2001/07/28 01:56:30 $
    */
   
  -public class BrowserMatcherFactory implements org.apache.cocoon.CodeFactory {
  +public class BrowserMatcherFactory implements CodeFactory {
   
       public String generateMethodSource (NodeList conf)
       throws ConfigurationException {
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     webmaster@xml.apache.org
To unsubscribe, e-mail:          cocoon-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: cocoon-cvs-help@xml.apache.org