File tree Expand file tree Collapse file tree
src/java/org/apache/commons/io Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464 * Origin of code: Apache Avalon (Excalibur)
6565 *
6666 * @author <a href="mailto:peter@apache.org">Peter Donald</a>
67- * @version CVS $Revision: 1.11 $ $Date: 2004/01/02 07:53:46 $
67+ * @version CVS $Revision: 1.12 $ $Date: 2004/02/21 02:32:50 $
6868 */
6969public final class EndianUtils
7070{
7171
72+ /**
73+ * Instances should NOT be constructed in standard programming.
74+ */
75+ public EndianUtils () { }
76+
7277 // ========================================== Swapping routines
7378
7479 /**
Original file line number Diff line number Diff line change 116116 * @author <a href="mailto:jefft@apache.org">Jeff Turner</a>
117117 * @author Matthew Hawthorne
118118 * @author <a href="mailto:jeremias@apache.org">Jeremias Maerki</a>
119- * @version $Id: FileUtils.java,v 1.25 2003/12/30 16:27:42 jeremias Exp $
119+ * @version $Id: FileUtils.java,v 1.26 2004/02/21 02:32:50 bayard Exp $
120120 */
121121public class FileUtils {
122122
123+ /**
124+ * Instances should NOT be constructed in standard programming.
125+ */
126+ public FileUtils () { }
127+
123128 /**
124129 * The number of bytes in a kilobyte.
125130 */
Original file line number Diff line number Diff line change 7676 * @author <a href="mailto:jefft@apache.org">Jeff Turner</a>
7777 * @author Matthew Hawthorne
7878 * @author <a href="mailto:jeremias@apache.org">Jeremias Maerki</a>
79- * @version $Id: FilenameUtils.java,v 1.5 2003/12/30 15:23:23 jeremias Exp $
79+ * @version $Id: FilenameUtils.java,v 1.6 2004/02/21 02:32:50 bayard Exp $
8080 */
8181public class FilenameUtils {
8282
83+ /**
84+ * Instances should NOT be constructed in standard programming.
85+ */
86+ public FilenameUtils () { }
87+
8388 /**
8489 * Check if a file exits.
8590 *
Original file line number Diff line number Diff line change 11/*
2- * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/java/org/apache/commons/io/HexDump.java,v 1.5 2003/12/30 06:50:16 bayard Exp $
3- * $Revision: 1.5 $
4- * $Date: 2003/12/30 06:50:16 $
2+ * $Header: /home/jerenkrantz/tmp/commons/commons-convert/cvs/home/cvs/jakarta-commons//io/src/java/org/apache/commons/io/HexDump.java,v 1.6 2004/02/21 02:32:50 bayard Exp $
3+ * $Revision: 1.6 $
4+ * $Date: 2004/02/21 02:32:50 $
55 *
66 * ====================================================================
77 *
7070 *
7171 * @author Scott Sanders (sanders at apache dot org)
7272 * @author Marc Johnson
73- * @version $Revision: 1.5 $ $Date: 2003/12/30 06:50:16 $
73+ * @version $Revision: 1.6 $ $Date: 2004/02/21 02:32:50 $
7474 */
7575public class HexDump {
7676
77+ /**
78+ * Instances should NOT be constructed in standard programming.
79+ */
80+ public HexDump () { }
81+
7782 /**
7883 * dump an array of bytes to an OutputStream
7984 *
You can’t perform that action at this time.
0 commit comments