Author: jeremias
Date: Thu Nov 24 07:17:36 2005
New Revision: 348751

URL: http://svn.apache.org/viewcvs?rev=348751&view=rev
Log:
Bugzilla #37521:
Fixed typo.
Submitted by: Matthew Daniel <bugzilla.at.mdaniel.scdi.com>

Modified:
    
xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/TableColLength.java

Modified: 
xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/TableColLength.java
URL: 
http://svn.apache.org/viewcvs/xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/TableColLength.java?rev=348751&r1=348750&r2=348751&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/TableColLength.java 
(original)
+++ 
xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/properties/TableColLength.java 
Thu Nov 24 07:17:36 2005
@@ -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 double getNumericValue() {
         throw new UnsupportedOperationException(
-                "Must call getNumericValue with PercentageBaseContext");
+                "Must call getNumericValue with PercentBaseContext");
     }
 
     /**
@@ -92,7 +92,7 @@
      */
     public int getValue() {
         throw new UnsupportedOperationException(
-                "Must call getValue with PercentageBaseContext");
+                "Must call getValue with PercentBaseContext");
     }
 
     /**



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to