Explorar el Código

rogue debug message removed

extensions
aclement hace 16 años
padre
commit
b6978160a3
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      weaver/src/org/aspectj/weaver/bcel/BcelShadow.java

+ 0
- 1
weaver/src/org/aspectj/weaver/bcel/BcelShadow.java Ver fichero

@@ -317,7 +317,6 @@ public class BcelShadow extends Shadow {
for (int i = sources.length - 1; i >= 0; i--) {
if (sources[i] instanceof ExceptionRange) {
ExceptionRange it = (ExceptionRange)sources[i];
System.err.println("...");
it.updateTarget(old,fresh,it.getBody());
} else {
sources[i].updateTarget(old, fresh);

Cargando…
Cancelar
Guardar