]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
fixed a few checkstyle warnings
authorPeter Herweg <pherweg@apache.org>
Sun, 19 Feb 2006 17:39:32 +0000 (17:39 +0000)
committerPeter Herweg <pherweg@apache.org>
Sun, 19 Feb 2006 17:39:32 +0000 (17:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@378930 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfLineBreak.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfNull.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfOptions.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfPage.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfPageArea.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfPageBreak.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfPageNumber.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfPageNumberCitation.java
src/java/org/apache/fop/render/rtf/rtflib/rtfdoc/RtfParagraph.java

index 539070f78408cb8ce3c79adef74b70accc7053d4..d46294e4014c1778278d5af1ca56ab9a03a1bf06 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.Writer;
 import java.io.IOException;
 
index b41b9a5d823267173bd72868e198069a00b72dbe..a8341bc6e2ddfd66412161cff658f6daae98f0e4 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.Writer;
 import java.io.IOException;
 
index 2bb981fb6a9d982ced9af9f5fee27e8a15ccb029..5f03bdabcaa58306c625d8be55177bfcba2cf5c1 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 /**
  * Simplistic options definitions for RTF generation
  * @author Bertrand Delacretaz bdelacretaz@codeconsult.ch
index 567e1ff866f3f65d1a181607c1b2d19fbc7488c6..6906e28e4ccc38567e18a79558e277a85bbc2eb7 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.IOException;
 import java.io.Writer;
 
index 8c04a5567172f964db79c0b6e48450e8ea17880e..6ae232900074da59f2e02184b0b305cd4db8793b 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.Writer;
 import java.io.IOException;
 
index 37c32d9649777e461b8f718f4be7b895c70ac544..ee676f26345459387eabc3662a70ba64b6379841 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.Writer;
 import java.io.IOException;
 
index 44934bde1cbc1f56d8186335b3f6dccde4032b82..4e5e6801a3c19a6cd1ff91a41ba9165e732f4905 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.Writer;
 import java.io.IOException;
 
index a68a6abb48f8a3cc13e08a6d5d0a7189f9727c99..ee07bf0388398246e2ef2e00f38321e03514ad46 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.Writer;
 import java.io.IOException;
 
index e591c324108e752ae6316a6ef5c95149e692461d..5d62788fb6bda30491ad13bfce27034ea8caed52 100644 (file)
@@ -16,6 +16,7 @@
 
 /* $Id$ */
 
+package org.apache.fop.render.rtf.rtflib.rtfdoc;
 
 /*
  * This file is part of the RTF library of the FOP project, which was originally
@@ -24,8 +25,6 @@
  * the FOP project.
  */
 
-package org.apache.fop.render.rtf.rtflib.rtfdoc;
-
 import java.io.Writer;
 import java.io.IOException;
 import java.util.List;