change: Component name for NUTZ_MVC_ANNOTATION, from NutzMVCAnnotation to NutzMVC

This commit is contained in:
wendal chen 2017-09-22 22:41:00 +08:00
parent 1194f0a8fd
commit d38221350c
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ public class ComponentsDefine {
public static final OfficialComponent STRUTS2 = new OfficialComponent(15, "Struts2");
public static final OfficialComponent NUTZ_MVC_ANNOTATION = new OfficialComponent(16, "NutzMVCAnnotation");
public static final OfficialComponent NUTZ_MVC_ANNOTATION = new OfficialComponent(16, "NutzMVC");
public static final OfficialComponent NUTZ_HTTP = new OfficialComponent(17, "NutzHttp");