jeremias 2004/09/23 03:04:36
Modified: src/java/org/apache/fop/area StorePagesModel.java
src/java/org/apache/fop/fo/pagination Root.java
Log:
Removed illegal tab characters. Please, guys, pay attention to your IDE settings!
Checkstyle in Eclipse, for example, does a very good job of uncovering things like
that.
Revision Changes Path
1.7 +5 -5 xml-fop/src/java/org/apache/fop/area/StorePagesModel.java
Index: StorePagesModel.java
===================================================================
RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/area/StorePagesModel.java,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- StorePagesModel.java 20 Sep 2004 00:37:13 -0000 1.6
+++ StorePagesModel.java 23 Sep 2004 10:04:36 -0000 1.7
@@ -135,11 +135,11 @@
}
/**
- * Get the title for a page sequence.
- * @param count the page sequence count
- * @return the title of the page sequence
- */
- public Title getTitle(int count) {
+ * Get the title for a page sequence.
+ * @param count the page sequence count
+ * @return the title of the page sequence
+ */
+ public Title getTitle(int count) {
return (Title) titles.get(count);
}
1.29 +9 -9 xml-fop/src/java/org/apache/fop/fo/pagination/Root.java
Index: Root.java
===================================================================
RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/pagination/Root.java,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- Root.java 13 Sep 2004 03:46:04 -0000 1.28
+++ Root.java 23 Sep 2004 10:04:36 -0000 1.29
@@ -120,15 +120,15 @@
this.foEventHandler = foEventHandler;
}
- /**
- * This method overrides the FONode version. The FONode version calls the
- * method by the same name for the parent object. Since Root is at the top
- * of the tree, it returns the actual FOEventHandler object. Thus, any FONode
- * can use this chain to find which FOEventHandler it is being built for.
- * @return the FOEventHandler implementation that this Root is attached to
- */
- public FOEventHandler getFOEventHandler() {
- return foEventHandler;
+ /**
+ * This method overrides the FONode version. The FONode version calls the
+ * method by the same name for the parent object. Since Root is at the top
+ * of the tree, it returns the actual FOEventHandler object. Thus, any FONode
+ * can use this chain to find which FOEventHandler it is being built for.
+ * @return the FOEventHandler implementation that this Root is attached to
+ */
+ public FOEventHandler getFOEventHandler() {
+ return foEventHandler;
}
/**
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]