Merge branch 'master' of http://git.yoho.cn/ops/monitor-ui
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -18,8 +18,8 @@ import org.springframework.web.servlet.ModelAndView; | @@ -18,8 +18,8 @@ import org.springframework.web.servlet.ModelAndView; | ||
18 | */ | 18 | */ |
19 | @Controller | 19 | @Controller |
20 | @RequestMapping("project") | 20 | @RequestMapping("project") |
21 | -public class projectBuildCtrl { | ||
22 | - Logger log = LoggerFactory.getLogger(projectBuildCtrl.class); | 21 | +public class ProjectBuildCtrl { |
22 | + Logger log = LoggerFactory.getLogger(ProjectBuildCtrl.class); | ||
23 | 23 | ||
24 | @Autowired | 24 | @Autowired |
25 | private HttpRestClient httpClient; | 25 | private HttpRestClient httpClient; |
-
Please register or login to post a comment