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 pb...@apache.org on 2004/01/05 03:20:41 UTC

cvs commit: xml-fop/src/java/org/apache/fop/datatypes/indirect IndirectValue.java

pbwest      2004/01/04 18:20:41

  Modified:    src/java/org/apache/fop/datatypes/indirect Tag:
                        FOP_0-20-0_Alt-Design IndirectValue.java
  Log:
  Removed spurious exception in throws clause.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +4 -6      xml-fop/src/java/org/apache/fop/datatypes/indirect/Attic/IndirectValue.java
  
  Index: IndirectValue.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/datatypes/indirect/Attic/IndirectValue.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- IndirectValue.java	5 Jul 2003 19:08:20 -0000	1.1.2.1
  +++ IndirectValue.java	5 Jan 2004 02:20:41 -0000	1.1.2.2
  @@ -218,9 +218,7 @@
           return pv;
       }
   
  -    public static boolean isUnresolved(PropertyValue value)
  -                    throws PropertyException
  -    {
  +    public static boolean isUnresolved(PropertyValue value) {
           return (value.getType() == PropertyValue.NUMERIC
                                       && ((Numeric)(value)).isPercentage());
       }
  
  
  

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