remove app.contextPath setting

This commit is contained in:
Athou
2014-10-28 16:39:48 +01:00
parent 24bd1121af
commit 6498130850
6 changed files with 1 additions and 16 deletions

View File

@@ -62,10 +62,6 @@ public class CommaFeedConfiguration extends Configuration {
@Getter
public static class ApplicationSettings {
@NotNull
@NotBlank
private String contextPath;
@NotNull
@NotBlank
private String publicUrl;