froehlich    02/01/24 10:44:20

  Modified:    src/java/org/apache/cocoon/components/store
                        FilesystemQueueObject.java
  Log:
  Applied patch from Leo Sutic.
  The insert, peek and pop methods have been changed (in Avalon) to
  return and accept Objects instead of Comparables. This breaks the
  compilation of Cocoon.
  
  Revision  Changes    Path
  1.2       +2 -3      
xml-cocoon2/src/java/org/apache/cocoon/components/store/FilesystemQueueObject.java
  
  Index: FilesystemQueueObject.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon2/src/java/org/apache/cocoon/components/store/FilesystemQueueObject.java,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- FilesystemQueueObject.java        3 Jan 2002 12:31:14 -0000       1.1
  +++ FilesystemQueueObject.java        24 Jan 2002 18:44:20 -0000      1.2
  @@ -12,8 +12,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]";>Gerhard Froehlich</a>
    */
  -public final class FilesystemQueueObject
  -implements Comparable {
  +public final class FilesystemQueueObject {
   
       private Object object;
       private Object key;
  @@ -34,4 +33,4 @@
       public int compareTo(Object o) {
           return 0;
       }
  -}
  \ No newline at end of file
  +}
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to