Ignore:
Timestamp:
05/11/12 12:34:56 (12 years ago)
Author:
rboipsl
Message:

ajout champs shortName dans table Observatory
gestion nomenclature fichier donnees arletty et ecmwf
modif width interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tapas/common/implementation/com/ether/EtherHelper.java

    r446 r504  
    245245    } 
    246246 
     247 
     248    public static void pause( long millisecondes ) 
     249    { 
     250        try 
     251        { 
     252            Thread.sleep( millisecondes ); 
     253        } 
     254        catch( InterruptedException e ) 
     255        { 
     256 
     257        } 
     258    } 
     259 
    247260} 
Note: See TracChangeset for help on using the changeset viewer.