Ignore:
Timestamp:
12/16/11 10:56:01 (13 years ago)
Author:
sherbold
Message:
  • added private constructors to helper classes de.ugoe.cs.util.ArrayTools?, de.ugoe.cs.util.FileTools?, and de.ugoe.cs.util.StringTools? to prevent initialization of the classes (they only provide static methods)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaHelperLib/src/de/ugoe/cs/util/FileTools.java

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