Ignore:
Timestamp:
10/01/06 12:01:26 (6 years ago)
Author:
sys
Message:

Nettoyage

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_FW/com/scenari/s/fw/utils/HIntArrayList.java

    r1702 r6725  
    528528        if (a.length < size) a = (Object[]) java.lang.reflect.Array.newInstance(a.getClass().getComponentType(), size); 
    529529 
    530         if (a.getClass().getComponentType().equals(String.class)) { 
     530        if (a.getClass().getComponentType() == String.class) { 
    531531            for (int i = 0; i < size; i++) { 
    532532                a[i] = Integer.toString(elementData[i]); 
Note: See TracChangeset for help on using the changeset viewer.