Showing
2 changed files
with
4 additions
and
4 deletions
@@ -20,8 +20,8 @@ import java.util.List; | @@ -20,8 +20,8 @@ import java.util.List; | ||
20 | */ | 20 | */ |
21 | @RestController | 21 | @RestController |
22 | @RequestMapping(value = "/mobject") | 22 | @RequestMapping(value = "/mobject") |
23 | -public class MObjectInfoController { | ||
24 | - public static final Logger DEBUG = LoggerFactory.getLogger(MObjectInfoController.class); | 23 | +public class MObjectInfoCtrl { |
24 | + public static final Logger DEBUG = LoggerFactory.getLogger(MObjectInfoCtrl.class); | ||
25 | 25 | ||
26 | @Autowired | 26 | @Autowired |
27 | IMObjectInfoService mobjectService; | 27 | IMObjectInfoService mobjectService; |
@@ -17,8 +17,8 @@ import java.util.List; | @@ -17,8 +17,8 @@ import java.util.List; | ||
17 | */ | 17 | */ |
18 | @RestController | 18 | @RestController |
19 | @RequestMapping(value = "/type") | 19 | @RequestMapping(value = "/type") |
20 | -public class TypeInfoController { | ||
21 | - public static final Logger DEBUG = LoggerFactory.getLogger(TypeInfoController.class); | 20 | +public class TypeInfoCtrl { |
21 | + public static final Logger DEBUG = LoggerFactory.getLogger(TypeInfoCtrl.class); | ||
22 | 22 | ||
23 | @Autowired | 23 | @Autowired |
24 | ITypeInfoService typeInfoService; | 24 | ITypeInfoService typeInfoService; |
-
Please register or login to post a comment