You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by gi...@apache.org on 2001/09/07 13:13:27 UTC

cvs commit: xml-cocoon2/src/org/apache/cocoon/samples/parentcm Time.java

giacomo     01/09/07 04:13:27

  Modified:    src/org/apache/cocoon/samples/parentcm Time.java
  Log:
  removed unnecessary modifiers
  
  Revision  Changes    Path
  1.2       +3 -2      xml-cocoon2/src/org/apache/cocoon/samples/parentcm/Time.java
  
  Index: Time.java
  ===================================================================
  RCS file: /home/cvs/xml-cocoon2/src/org/apache/cocoon/samples/parentcm/Time.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Time.java	2001/09/06 20:56:21	1.1
  +++ Time.java	2001/09/07 11:13:27	1.2
  @@ -8,11 +8,12 @@
    * Interface for a simple time-keeping component.
    */
   public interface Time extends Component {
  -    public final static String ROLE = "org.apache.cocoon.samples.parentcm.Time";
  +
  +    String ROLE = "org.apache.cocoon.samples.parentcm.Time";
      
       /**
        * Gets the current time.
        */
  -    public Date getTime ();
  +    Date getTime ();
   }
   
  
  
  

----------------------------------------------------------------------
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