Ignore:
Timestamp:
06/10/08 11:51:37 (4 years ago)
Author:
sys
Message:

Pas d'exception en cas de refUri mal renseigné.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_BDP_FS/com/scenari/m/bdp/item/fs/XSpace.java

    r10464 r11173  
    8989         */ 
    9090        public XItemCache hGetItem(CharSequence pCode) { 
     91                if(pCode==null) return null; 
    9192                XItemCache vCurrent = fFirstChildItem; 
    9293                while (vCurrent != null) { 
Note: See TracChangeset for help on using the changeset viewer.