예제 #1
0
파일: BaseTask.java 프로젝트: GitHubTE/bnd
 public List<String> getErrors() {
   return reporter.getErrors();
 }