Browse Source

Code style: single class imports only...

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@652674 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-1_0
Andreas L. Delmelle 16 years ago
parent
commit
2c8c8c837c
1 changed files with 6 additions and 2 deletions
  1. 6
    2
      src/java/org/apache/fop/fo/flow/AbstractRetrieveMarker.java

+ 6
- 2
src/java/org/apache/fop/fo/flow/AbstractRetrieveMarker.java View File

@@ -15,10 +15,14 @@
* limitations under the License.
*/

/* $Id:$ */
/* $Id$ */
package org.apache.fop.fo.flow;

import org.apache.fop.fo.*;
import org.apache.fop.fo.FONode;
import org.apache.fop.fo.FOText;
import org.apache.fop.fo.FObj;
import org.apache.fop.fo.FObjMixed;
import org.apache.fop.fo.PropertyList;
import org.apache.fop.fo.flow.table.TableFObj;
import org.apache.fop.fo.flow.table.Table;
import org.apache.fop.apps.FOPException;

Loading…
Cancel
Save