unico       2004/07/22 02:12:35

  Modified:    src/java/org/apache/cocoon/transformation/pagination
                        Pagesheet.java
  Log:
  deja vu all over again
  
  Revision  Changes    Path
  1.8       +2 -2      
cocoon-2.1/src/java/org/apache/cocoon/transformation/pagination/Pagesheet.java
  
  Index: Pagesheet.java
  ===================================================================
  RCS file: 
/home/cvs/cocoon-2.1/src/java/org/apache/cocoon/transformation/pagination/Pagesheet.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- Pagesheet.java    21 Jul 2004 13:20:30 -0000      1.7
  +++ Pagesheet.java    22 Jul 2004 09:12:34 -0000      1.8
  @@ -98,7 +98,7 @@
    6) range link(s) will have an attribute 'range' to indicate the range size
   
   */
  -public class Pagesheet extends DefaultHandler implements Cloneable, 
Modifiable, Serializable {
  +public class Pagesheet extends DefaultHandler implements Cloneable, 
Modifiable {
   
       // Used only during parsing of pagesheet document
       private int level = 0;
  
  
  

Reply via email to