Exemplo n.º 1
0
 public void reloadEditorLayer(AjaxRequestTarget aTarget) {
   try {
     editor.refresh(aTarget);
   } catch (BratAnnotationException e) {
     // DO NOTHING
   }
 }