Ignore:
Timestamp:
01/17/12 11:26:55 (12 years ago)
Author:
sherbold
Message:
  • improved JUnit test for de.ugoe.cs.util.StringTools?.xmlEntityReplacement (now includes empty and null strings)
File:
1 edited

Legend:

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

    r208 r351  
    1818 */ 
    1919public class SequenceInstanceOf { 
     20         
     21        /** 
     22         * <p> 
     23         * Private constructor to prevent initializing of the class. 
     24         * </p> 
     25         */ 
     26        private SequenceInstanceOf() { 
     27                 
     28        } 
    2029 
    2130        /** 
Note: See TracChangeset for help on using the changeset viewer.