Explorar el Código

More actively print diagnostics to help future debugging

tags/V1_9_0_RC3
Andy Clement hace 6 años
padre
commit
7f62904673
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      tests/apt/test1/SimpleProcessor.java

+ 1
- 1
tests/apt/test1/SimpleProcessor.java Ver fichero

@@ -239,7 +239,7 @@ public final class SimpleProcessor extends AbstractProcessor {
bw.newLine();
}
} catch (final Throwable e) {
e.printStackTrace(System.err);
// processingEnv.getMessager().printMessage(Diagnostic.Kind.WARNING, e.getMessage());
}
}

Cargando…
Cancelar
Guardar