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

@@ -2,4 +2,7 @@ package sonia.scm.web;
public class GitVndMediaType {
public static final String GIT_CONFIG = VndMediaType.PREFIX + "gitConfig" + VndMediaType.SUFFIX;
private GitVndMediaType() {
}
}