]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Bugzilla #37521:
authorJeremias Maerki <jeremias@apache.org>
Thu, 24 Nov 2005 15:17:36 +0000 (15:17 +0000)
committerJeremias Maerki <jeremias@apache.org>
Thu, 24 Nov 2005 15:17:36 +0000 (15:17 +0000)
Fixed typo.
Submitted by: Matthew Daniel <bugzilla.at.mdaniel.scdi.com>

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@348751 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/properties/TableColLength.java

index 0b7b710f5cab2dd3086afefbcf6c7b2f91adbcad..93edae5f49495c4946d3285f985bcdf558e3660e 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
  * 
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -76,7 +76,7 @@ public class TableColLength extends LengthProperty {
      */
     public double getNumericValue() {
         throw new UnsupportedOperationException(
-                "Must call getNumericValue with PercentageBaseContext");
+                "Must call getNumericValue with PercentBaseContext");
     }
 
     /**
@@ -92,7 +92,7 @@ public class TableColLength extends LengthProperty {
      */
     public int getValue() {
         throw new UnsupportedOperationException(
-                "Must call getValue with PercentageBaseContext");
+                "Must call getValue with PercentBaseContext");
     }
 
     /**