Ignore:
Timestamp:
03/02/09 16:00:13 (3 years ago)
Author:
sys
Message:

FsBasic : respect strict API refresh

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_CO/com/scenari/src/fs/basic/FsBasicSrcContent.java

    r12860 r12931  
    110110        /* 
    111111         * Reset du lastScan pour forcer la réinterrogation du FS. 
    112          * NON ! sinon perte de l'optimisation. 
    113112         */ 
    114113        public boolean refresh() throws Exception { 
    115                 //fLastScan = -1; NON ! sinon perte de l'optimisation. 
     114                fLastScan = -1; 
    116115                return true; 
    117116        } 
Note: See TracChangeset for help on using the changeset viewer.