jdk 1.1 support is droped, isn't it?

Index: ./src/java/org/apache/turbine/util/RunData.java
===================================================================
RCS file:
/products/cvs/turbine/turbine/src/java/org/apache/turbine/util/RunData.java,v

retrieving revision 1.11
diff -r1.11 RunData.java
421,442c421,423
<         // SystemError[] result = new SystemError[errors.size()];
<         // errors.copyInto(result);
<         return toSystemErrorArray(errors);
<     }
<
<     /**
<      * Utility to copy Vector of known InternetAddress objects into an

<      * array.  This method is here to simulate a method available in
<      * jdk1.2 Vector.
<      *
<      * @param v A Vector.
<      * @return A SystemError[].
<      */
<     private SystemError[] toSystemErrorArray(Vector v)
<     {
<         int size = v.size();
<         SystemError[] se = new SystemError[size];
<         for (int i=0; i<size; i++)
<         {
<             se[i] = (SystemError)v.elementAt(i);
<         }
<         return se;
---
>         SystemError[] result = new SystemError[errors.size()];
>         errors.copyInto(result);
>         return result;
1097c1078
< }
\ No newline at end of file
---
> }

The command completed successfully.



------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search: <http://www.mail-archive.com/turbine%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to