VndMedia Type classes: Adds private constructor

This commit is contained in:
Johannes Schnatterer
2018-08-02 13:02:43 +02:00
parent f20865c658
commit 8b16a0251a
2 changed files with 6 additions and 1 deletions

View File

@@ -1,7 +1,9 @@
package sonia.scm.web;
import sonia.scm.web.VndMediaType;
public class HgVndMediaType {
public static final String HG_CONFIG = VndMediaType.PREFIX + "hgConfig" + VndMediaType.SUFFIX;
private HgVndMediaType() {
}
}