Skip to content

Commit 3183ecd

Browse files
author
Stephen Colebourne
committed
Checkstyle
git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/io/trunk@239228 13f79535-47bb-0310-9956-ffa450edef68
1 parent ebff63e commit 3183ecd

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

src/java/org/apache/commons/io/EndianUtils.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ public class EndianUtils {
3333
/**
3434
* Instances should NOT be constructed in standard programming.
3535
*/
36-
public EndianUtils() { }
36+
public EndianUtils() {
37+
super();
38+
}
3739

3840
// ========================================== Swapping routines
3941

0 commit comments

Comments
 (0)