Changeset 327


Ignore:
Timestamp:
12/16/11 10:18:28 (12 years ago)
Author:
sherbold
Message:
  • fixed missing HTML tags in Javadoc comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/EventBenchCore/src/de/ugoe/cs/eventbench/assertions/FileEqualsReplay.java

    r229 r327  
    1515 
    1616        /** 
     17         * <p> 
    1718         * The file that should be equal to expectedFile. 
     19         * </p> 
    1820         */ 
    1921        String actualFile = null; 
    2022 
    2123        /** 
     24         * <p> 
    2225         * The file that is used as the reference. 
     26         * </p> 
    2327         */ 
    2428        String expectedFile = null; 
Note: See TracChangeset for help on using the changeset viewer.