Ignore:
Timestamp:
03/05/10 21:41:57 (2 years ago)
Author:
sys
Message:

cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Jav_Src/src/com/scenari/src/feature/history/IHistoryAspect.java

    r14956 r15055  
    4545import com.scenari.src.aspect.SrcAspectDef; 
    4646 
     47/** 
     48 * Aspect pour obtenir l'historique des modifications d'un item. 
     49 */ 
    4750public interface IHistoryAspect { 
    4851 
    49         public static final ISrcAspectDef<IHistoryAspect> TYPE = new SrcAspectDef<IHistoryAspect>( 
    50                         IHistoryAspect.class); 
     52        public static final ISrcAspectDef<IHistoryAspect> TYPE = new SrcAspectDef<IHistoryAspect>(IHistoryAspect.class); 
    5153 
    5254        /** 
    53          * @return Une liste vide si pas d'entrée d'hitorique. 
     55         * @return Une liste vide si pas d'entrée d'historique. 
    5456         */ 
    5557        List<ISrcNode> getHistory() throws Exception; 
Note: See TracChangeset for help on using the changeset viewer.