aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-11-24 15:17:36 +0000
committerJeremias Maerki <jeremias@apache.org>2005-11-24 15:17:36 +0000
commita175f4d91ed09716886687c50f5500bcf7d66a90 (patch)
treed6740052e9fb60e1a727fd73f5e9db7e99c18568 /src/java/org/apache/fop
parent932942c2866fdc0af129c9b85ca5ddaf7dd04513 (diff)
downloadxmlgraphics-fop-a175f4d91ed09716886687c50f5500bcf7d66a90.tar.gz
xmlgraphics-fop-a175f4d91ed09716886687c50f5500bcf7d66a90.zip
Bugzilla #37521:
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
Diffstat (limited to 'src/java/org/apache/fop')
-rw-r--r--src/java/org/apache/fop/fo/properties/TableColLength.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/java/org/apache/fop/fo/properties/TableColLength.java b/src/java/org/apache/fop/fo/properties/TableColLength.java
index 0b7b710f5..93edae5f4 100644
--- a/src/java/org/apache/fop/fo/properties/TableColLength.java
+++ b/src/java/org/apache/fop/fo/properties/TableColLength.java
@@ -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");
}
/**