You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by kl...@apache.org on 2001/04/20 23:01:33 UTC

cvs commit: xml-fop/src/org/apache/fop/fo/flow TableRow.java

klease      01/04/20 14:01:33

  Modified:    src/org/apache/fop/fo/flow TableRow.java
  Log:
  Submitted by:	Keiron Liddle
  Use Constants values.
  
  Revision  Changes    Path
  1.40      +3 -3      xml-fop/src/org/apache/fop/fo/flow/TableRow.java
  
  Index: TableRow.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/TableRow.java,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- TableRow.java	2001/04/11 21:42:45	1.39
  +++ TableRow.java	2001/04/20 21:01:31	1.40
  @@ -1,4 +1,4 @@
  -/*-- $Id: TableRow.java,v 1.39 2001/04/11 21:42:45 klease Exp $ --
  +/*-- $Id: TableRow.java,v 1.40 2001/04/20 21:01:31 klease Exp $ --
   
    ============================================================================
   									 The Apache Software License, Version 1.1
  @@ -265,10 +265,10 @@
   				if (n != null)
   						return new KeepValue(KeepValue.KEEP_WITH_VALUE, n.intValue());
   				switch(p.getEnum()) {
  -						case 2:
  +						case Constants.ALWAYS:
   								return new KeepValue(KeepValue.KEEP_WITH_ALWAYS, 0);
   						//break;
  -						case 1:
  +						case Constants.AUTO:
   						default:
   								return new KeepValue(KeepValue.KEEP_WITH_AUTO, 0);
   						//break;
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org