mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-10 07:25:44 +01:00
VndMedia Type classes: Adds private constructor
This commit is contained in:
@@ -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() {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user