[FOray-commit] SF.net SVN: foray: [7923] trunk/foray/foray-core/src/java/org/foray/core
Modular XSL-FO Implementation for Java.
Status: Alpha
Brought to you by:
victormote
|
From: <vic...@us...> - 2006-09-05 23:51:09
|
Revision: 7923
http://svn.sourceforge.net/foray/?rev=7923&view=rev
Author: victormote
Date: 2006-09-05 16:51:06 -0700 (Tue, 05 Sep 2006)
Log Message:
-----------
Conform to standard class-ordering scheme, as reported by checkstyle.
Modified Paths:
--------------
trunk/foray/foray-core/src/java/org/foray/core/FOrayDocument.java
trunk/foray/foray-core/src/java/org/foray/core/FOrayTarget.java
Modified: trunk/foray/foray-core/src/java/org/foray/core/FOrayDocument.java
===================================================================
--- trunk/foray/foray-core/src/java/org/foray/core/FOrayDocument.java 2006-09-05 23:49:41 UTC (rev 7922)
+++ trunk/foray/foray-core/src/java/org/foray/core/FOrayDocument.java 2006-09-05 23:51:06 UTC (rev 7923)
@@ -99,12 +99,6 @@
private FOrayTarget currentTarget;
- /** Array of bytes listing unsupported FO objects. */
- protected byte[] unsupportedObjects;
-
- /** Array of shorts listing unsupported FO properties. */
- protected short[] unsupportedProperties;
-
/** The SAX parser. */
private XMLReader parser;
Modified: trunk/foray/foray-core/src/java/org/foray/core/FOrayTarget.java
===================================================================
--- trunk/foray/foray-core/src/java/org/foray/core/FOrayTarget.java 2006-09-05 23:49:41 UTC (rev 7922)
+++ trunk/foray/foray-core/src/java/org/foray/core/FOrayTarget.java 2006-09-05 23:51:06 UTC (rev 7923)
@@ -72,7 +72,7 @@
private Runtime runtime = Runtime.getRuntime();
/** Keep track of the number of pages rendered. */
- int pageCount = 0;
+ private int pageCount = 0;
/** Keep track of heap memory allocated, for statistical purposes. */
private long initialMemory;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|