From e57250bdc41a344243ded04d3edfb9a1fbb89922 Mon Sep 17 00:00:00 2001 From: Adrian Cumiskey Date: Wed, 5 Dec 2007 17:13:31 +0000 Subject: [PATCH] Corrected javadoc git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@601417 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/fop/fonts/MutableFont.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/org/apache/fop/fonts/MutableFont.java b/src/java/org/apache/fop/fonts/MutableFont.java index 12260435d..5ce1460be 100644 --- a/src/java/org/apache/fop/fonts/MutableFont.java +++ b/src/java/org/apache/fop/fonts/MutableFont.java @@ -43,7 +43,7 @@ public interface MutableFont { /** * Sets the font's family names (Example: "Helvetica"). - * @param name the font's family names (a Set of Strings) + * @param names the font's family names (a Set of Strings) */ void setFamilyNames(Set names); -- 2.39.5