]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Removed spurious exception in throws clause.
authorPeter Bernard West <pbwest@apache.org>
Mon, 5 Jan 2004 02:20:41 +0000 (02:20 +0000)
committerPeter Bernard West <pbwest@apache.org>
Mon, 5 Jan 2004 02:20:41 +0000 (02:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197122 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/datatypes/indirect/IndirectValue.java

index 2efe03c03054832f02f580a7983f09795050c5ad..2d46d6cdada5b04e2abdb4f1a35bc6b146ed12bf 100644 (file)
@@ -218,9 +218,7 @@ public class IndirectValue extends AbstractPropertyValue {
         return pv;
     }
 
-    public static boolean isUnresolved(PropertyValue value)
-                    throws PropertyException
-    {
+    public static boolean isUnresolved(PropertyValue value) {
         return (value.getType() == PropertyValue.NUMERIC
                                     && ((Numeric)(value)).isPercentage());
     }