return message;
}
List<ChangeCorrectionProposal> proposals = getProposals(src, problem);
if(commandLine.hasOption(Options.APPLY_OPTION)){
ChangeCorrectionProposal proposal =
proposals.get(commandLine.getIntValue(Options.APPLY_OPTION));
return apply(src, proposal);
}
HashMap<String,Object> result = new HashMap<String,Object>();