Browse Source

drive active demotion code - may be temporary, depends on testing

extensions
aclement 17 years ago
parent
commit
b0211763a0
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      weaver/src/org/aspectj/weaver/tools/WeavingAdaptor.java

+ 1
- 0
weaver/src/org/aspectj/weaver/tools/WeavingAdaptor.java View File

@@ -351,6 +351,7 @@ public class WeavingAdaptor implements IMessageContext {
private byte[] getWovenBytes(String name, byte[] bytes) throws IOException {
WeavingClassFileProvider wcp = new WeavingClassFileProvider(name,bytes);
weaver.weave(wcp);
weaver.getWorld().demote();
return wcp.getBytes();
}


Loading…
Cancel
Save