vgritsenko    2003/12/08 12:16:48

  Modified:    
src/blocks/scratchpad/java/org/apache/cocoon/components/source/impl
                        Refresher.java
  Log:
  Kill tab
  
  Revision  Changes    Path
  1.2       +2 -2      
cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/components/source/impl/Refresher.java
  
  Index: Refresher.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/blocks/scratchpad/java/org/apache/cocoon/components/source/impl/Refresher.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Refresher.java    4 Sep 2003 12:42:34 -0000       1.1
  +++ Refresher.java    8 Dec 2003 20:16:48 -0000       1.2
  @@ -63,7 +63,7 @@
    */
   public interface Refresher {
       
  -     String ROLE = Refresher.class.getName();
  +    String ROLE = Refresher.class.getName();
   
       /**
        * Refresh the content now.
  
  
  

Reply via email to