| | |
| | | */ |
| | | public String removeAnnotation(String machineGroupCode,String text){ |
| | | List<DictBiz> annoDicts = getAnnotionDictList(); |
| | | ProgramAnnotation panno = this.getProgramAnnotationFormat(machineGroupCode,annoDicts); |
| | | //String[] arr = getAnnotationStartAndEnd(machineGroupCode,annoDicts); |
| | | return removeAnnotation(machineGroupCode,text,annoDicts); |
| | | } |
| | | |
| | | public String removeAnnotation(String machineGroupCode,String text,List<DictBiz> annotatiionList){ |
| | | ProgramAnnotation panno = this.getProgramAnnotationFormat(machineGroupCode,annotatiionList); |
| | | return panno.cleanAnnotation(text); |
| | | } |
| | | /** |