You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by pb...@apache.org on 2004/01/05 03:40:43 UTC

cvs commit: xml-fop/src/java/org/apache/fop/fo/pagination FoPageSequenceMaster.java

pbwest      2004/01/04 18:40:43

  Modified:    src/java/org/apache/fop/fo/pagination Tag:
                        FOP_0-20-0_Alt-Design FoPageSequenceMaster.java
  Log:
  private static final int[] arrays made protected.
  private static final int made public.
  Flagged by Eclipse.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +14 -14    xml-fop/src/java/org/apache/fop/fo/pagination/Attic/FoPageSequenceMaster.java
  
  Index: FoPageSequenceMaster.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/fo/pagination/Attic/FoPageSequenceMaster.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- FoPageSequenceMaster.java	5 Jul 2003 19:16:49 -0000	1.1.2.1
  +++ FoPageSequenceMaster.java	5 Jan 2004 02:40:43 -0000	1.1.2.2
  @@ -110,13 +110,13 @@
   
       /** 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 @@
       }
   
       /** 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 @@
       }
   
       /** 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 @@
       }
   
       /** 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
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org