aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/afp/fonts
diff options
context:
space:
mode:
authorVincent Hennebert <vhennebert@apache.org>2010-11-25 21:04:09 +0000
committerVincent Hennebert <vhennebert@apache.org>2010-11-25 21:04:09 +0000
commit55fbf510250ace0c4891060934da0c6bc61beb96 (patch)
tree635bf8ee07b799c49b093924b799452df005e123 /src/java/org/apache/fop/afp/fonts
parent6b4369d222468a32396e54b7a081d73d5129f212 (diff)
downloadxmlgraphics-fop-55fbf510250ace0c4891060934da0c6bc61beb96.tar.gz
xmlgraphics-fop-55fbf510250ace0c4891060934da0c6bc61beb96.zip
Another go at removing all trailing whitespace
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@1039179 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/afp/fonts')
-rw-r--r--src/java/org/apache/fop/afp/fonts/AFPFontInfo.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/java/org/apache/fop/afp/fonts/AFPFontInfo.java b/src/java/org/apache/fop/afp/fonts/AFPFontInfo.java
index 0259435c6..02e542419 100644
--- a/src/java/org/apache/fop/afp/fonts/AFPFontInfo.java
+++ b/src/java/org/apache/fop/afp/fonts/AFPFontInfo.java
@@ -32,7 +32,7 @@ public class AFPFontInfo {
/**
* Main constructor
- *
+ *
* @param afpFont The AFP Font
* @param tripletList List of font triplets to associate with this font
*/
@@ -43,7 +43,7 @@ public class AFPFontInfo {
/**
* Returns the afp font
- *
+ *
* @return the afp font
*/
public AFPFont getAFPFont() {
@@ -52,7 +52,7 @@ public class AFPFontInfo {
/**
* Returns the list of font triplets associated with this font.
- *
+ *
* @return List of font triplets
*/
public List/*<FontTriplet>*/ getFontTriplets() {