bloritsch    01/04/25 10:54:26

  Modified:    lib      Tag: xml-cocoon2 avalonapi.jar
               src/org/apache/cocoon/serialization Tag: xml-cocoon2
                        SVGSerializer.java
  Log:
  Update avalonapi with new Startable/Stoppable and configuration interface.
  We should be at a fairly stable Avalon API soon.  At this point, I don't 
think there
  are any proposed changes that directly affect Cocoon.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.52  +374 -478  xml-cocoon/lib/Attic/avalonapi.jar
  
        <<Binary file>>
  
  
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.34  +2 -2      
xml-cocoon/src/org/apache/cocoon/serialization/Attic/SVGSerializer.java
  
  Index: SVGSerializer.java
  ===================================================================
  RCS file: 
/home/cvs/xml-cocoon/src/org/apache/cocoon/serialization/Attic/SVGSerializer.java,v
  retrieving revision 1.1.2.33
  retrieving revision 1.1.2.34
  diff -u -r1.1.2.33 -r1.1.2.34
  --- SVGSerializer.java        2001/04/25 17:08:29     1.1.2.33
  +++ SVGSerializer.java        2001/04/25 17:54:26     1.1.2.34
  @@ -41,7 +41,7 @@
    *
    * @author <a href="mailto:[EMAIL PROTECTED]">Davanum Srinivas</a>
    * @author <a href="mailto:[EMAIL PROTECTED]">Ross Burton</a>
  - * @version CVS $Revision: 1.1.2.33 $ $Date: 2001/04/25 17:08:29 $
  + * @version CVS $Revision: 1.1.2.34 $ $Date: 2001/04/25 17:54:26 $
    */
   public class SVGSerializer extends SVGBuilder
           implements Composable, Serializer, Configurable, Poolable, Cacheable 
{
  @@ -125,7 +125,7 @@
                       value = new 
Float(parameters[i].getAttributeAsFloat("value"));
                   } else if ("INTEGER".equals(keyType)) {
                       // Can throw an exception.
  -                    value = new 
Integer(parameters[i].getAttributeAsInt("value"));
  +                    value = new 
Integer(parameters[i].getAttributeAsInteger("value"));
                   } else if ("BOOLEAN".equals(keyType)) {
                       // Can throw an exception.
                       value = new 
Boolean(parameters[i].getAttributeAsBoolean("value"));
  
  
  

----------------------------------------------------------------------
In case of troubles, e-mail:     [EMAIL PROTECTED]
To unsubscribe, e-mail:          [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to