Skip to content

Commit 38e3c8e

Browse files
idodeclaretarzanek
authored andcommitted
Re-scope ctor as private so test coverage is not 0.0%
1 parent e1b65a2 commit 38e3c8e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/org/opensolaris/opengrok/web/HtmlConsts.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,7 @@ public class HtmlConsts {
5151
public static final String BR = "<br/>";
5252

5353
public static final String HELLIP = "&hellip;";
54+
55+
/** private to enforce static */
56+
private HtmlConsts() {}
5457
}

0 commit comments

Comments
 (0)