]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
private static final int[] arrays made protected.
authorPeter Bernard West <pbwest@apache.org>
Mon, 5 Jan 2004 02:40:43 +0000 (02:40 +0000)
committerPeter Bernard West <pbwest@apache.org>
Mon, 5 Jan 2004 02:40:43 +0000 (02:40 +0000)
private static final int made public.
Flagged by Eclipse.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197129 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/pagination/FoPageSequenceMaster.java

index 63c6a6e01bbf2a6abea64bb44f89d1e89f193518..9299a082ec6fe6c2e83078a885146a6b5a645bf0 100644 (file)
@@ -110,13 +110,13 @@ public class FoPageSequenceMaster extends FONode {
 
     /** Constant values for FoSinglePageMasterReference.
         See {@link #sparsePropsMap sparsePropsMap}. */
-    private static final int[] s_p_m_r_PropsMap;
+    protected static final int[] s_p_m_r_PropsMap;
 
     /** See {@link #sparseIndices sparseIndices}. */
-    private static final int[] s_p_m_r_Indices;
+    protected static final int[] s_p_m_r_Indices;
 
     /** See {@link #numProps numProps}. */
-    private static final int s_p_m_r_numProps;
+    public static final int s_p_m_r_numProps;
 
     static {
         // applicableProps is a HashMap containing the indicies of the
@@ -130,13 +130,13 @@ public class FoPageSequenceMaster extends FONode {
     }
 
     /** See {@link #sparsePropsMap sparsePropsMap}. */
-    private static final int[] r_p_m_r_PropsMap;
+    protected static final int[] r_p_m_r_PropsMap;
 
     /** See {@link #sparseIndices sparseIndices}. */
-    private static final int[] r_p_m_r_Indices;
+    protected static final int[] r_p_m_r_Indices;
 
     /** See {@link #numProps numProps}. */
-    private static final int r_p_m_r_numProps;
+    public static final int r_p_m_r_numProps;
 
     static {
         // Collect the sets of properties that apply
@@ -162,13 +162,13 @@ public class FoPageSequenceMaster extends FONode {
     }
 
     /** See {@link #sparsePropsMap sparsePropsMap}.  */
-    private static final int[] r_p_m_a_PropsMap;
+    protected static final int[] r_p_m_a_PropsMap;
 
     /** See {@link #sparseIndices sparseIndices}.  */
-    private static final int[] r_p_m_a_Indices;
+    protected static final int[] r_p_m_a_Indices;
 
     /** See {@link #numProps numProps}.  */
-    private static final int r_p_m_a_numProps;
+    protected static final int r_p_m_a_numProps;
 
     static {
         r_p_m_a_PropsMap = new int[PropNames.LAST_PROPERTY_INDEX + 1];
@@ -179,13 +179,13 @@ public class FoPageSequenceMaster extends FONode {
     }
 
     /** See {@link #sparsePropsMap sparsePropsMap}. */
-    private static final int[] c_p_m_r_PropsMap;
+    protected static final int[] c_p_m_r_PropsMap;
 
     /** See {@link #sparseIndices sparseIndices}. */
-    private static final int[] c_p_m_r_Indices;
+    protected static final int[] c_p_m_r_Indices;
 
     /** See {@link #numProps numProps}. */
-    private static final int c_p_m_r_numProps;
+    public static final int c_p_m_r_numProps;
 
     static {
         // Collect the sets of properties that apply