Revision: 7925
http://svn.sourceforge.net/foray/?rev=7925&view=rev
Author: victormote
Date: 2006-09-05 16:55:49 -0700 (Tue, 05 Sep 2006)
Log Message:
-----------
Conform to standard class-ordering scheme, as reported by checkstyle.
Modified Paths:
--------------
trunk/foray/foray-areatree/src/java/org/foray/area/PageRA.java
Modified: trunk/foray/foray-areatree/src/java/org/foray/area/PageRA.java
===================================================================
--- trunk/foray/foray-areatree/src/java/org/foray/area/PageRA.java 2006-09-05 23:54:49 UTC (rev 7924)
+++ trunk/foray/foray-areatree/src/java/org/foray/area/PageRA.java 2006-09-05 23:55:49 UTC (rev 7925)
@@ -57,8 +57,8 @@
private RegionRA start;
private RegionRA end;
- protected int pageNumber = 0;
- protected String formattedPageNumber;
+ private int pageNumber = 0;
+ private String formattedPageNumber;
private ArrayList markers = null;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|