pbwest      2003/12/20 17:38:52

  Modified:    src/java/org/apache/fop/configuration Tag:
                        FOP_0-20-0_Alt-Design Configuration.java
               src/java/org/apache/fop/fo/properties Tag:
                        FOP_0-20-0_Alt-Design TextDecoration.java
                        Property.java Background.java
  Log:
  Removed unnecessary semi-colons on advice from Eclipse.
  
  Revision  Changes    Path
  No                   revision
  No                   revision
  1.1.2.2   +1 -2      
xml-fop/src/java/org/apache/fop/configuration/Attic/Configuration.java
  
  Index: Configuration.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/configuration/Attic/Configuration.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Configuration.java        5 Jul 2003 19:05:39 -0000       1.1.2.1
  +++ Configuration.java        21 Dec 2003 01:38:52 -0000      1.1.2.2
  @@ -77,7 +77,6 @@
        * stores the configuration information
        */
       private static HashMap standardConfiguration = new HashMap(30);
  -    ;
       private static HashMap pdfConfiguration = new HashMap(20);
       private static HashMap awtConfiguration = new HashMap(20);
   
  
  
  
  No                   revision
  No                   revision
  1.1.2.2   +2 -2      
xml-fop/src/java/org/apache/fop/fo/properties/Attic/TextDecoration.java
  
  Index: TextDecoration.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/fo/properties/Attic/TextDecoration.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- TextDecoration.java       5 Jul 2003 19:22:24 -0000       1.1.2.1
  +++ TextDecoration.java       21 Dec 2003 01:38:52 -0000      1.1.2.2
  @@ -85,7 +85,7 @@
         ,LINE_THROUGH = 4
                ,BLINK = 8
   
  -   ,ALL_DECORATIONS = UNDERLINE | OVERLINE | LINE_THROUGH | BLINK;
  +   ,ALL_DECORATIONS = UNDERLINE | OVERLINE | LINE_THROUGH | BLINK
                       ;
   
   
  
  
  
  1.1.2.2   +4 -4      
xml-fop/src/java/org/apache/fop/fo/properties/Attic/Property.java
  
  Index: Property.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/fo/properties/Attic/Property.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Property.java     5 Jul 2003 19:22:26 -0000       1.1.2.1
  +++ Property.java     21 Dec 2003 01:38:52 -0000      1.1.2.2
  @@ -829,7 +829,7 @@
   
                   try {
                       colorFound = new ColorType(colorProp, ncname);
  -                } catch (PropertyException e) {};
  +                } catch (PropertyException e) {}
                   if (colorFound != null) {
                       if (color != null) MessageHandler.logln(propName +
                               ": duplicate color overrides previous color");
  
  
  
  1.1.2.2   +4 -4      
xml-fop/src/java/org/apache/fop/fo/properties/Attic/Background.java
  
  Index: Background.java
  ===================================================================
  RCS file: 
/home/cvs/xml-fop/src/java/org/apache/fop/fo/properties/Attic/Background.java,v
  retrieving revision 1.1.2.1
  retrieving revision 1.1.2.2
  diff -u -r1.1.2.1 -r1.1.2.2
  --- Background.java   5 Jul 2003 19:22:22 -0000       1.1.2.1
  +++ Background.java   21 Dec 2003 01:38:52 -0000      1.1.2.2
  @@ -239,7 +239,7 @@
                try {
                    colorval = new ColorType
                                    (PropNames.BACKGROUND_COLOR, ncname);
  -             } catch (PropertyException e) {};
  +             } catch (PropertyException e) {}
                if (colorval != null) {
                    if (color != null) MessageHandler.log("background: " +
                            "duplicate color overrides previous color");
  @@ -252,7 +252,7 @@
                try {
                    enum = new EnumType
                            (PropNames.BACKGROUND_ATTACHMENT, ncname);
  -             } catch (PropertyException e) {};
  +             } catch (PropertyException e) {}
                if (enum != null) {
                    if (attachment != null)
                            MessageHandler.log("background: duplicate" +
  @@ -291,7 +291,7 @@
                            Object tmpo = elements.previous();
                        }
                    }
  -             } catch (PropertyException e) {};
  +             } catch (PropertyException e) {}
   
                if (pos1ok) {
                    if (position != null)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to