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

private byte[] getWovenBytes(String name, byte[] bytes) throws IOException { private byte[] getWovenBytes(String name, byte[] bytes) throws IOException {
WeavingClassFileProvider wcp = new WeavingClassFileProvider(name,bytes); WeavingClassFileProvider wcp = new WeavingClassFileProvider(name,bytes);
weaver.weave(wcp); weaver.weave(wcp);
weaver.getWorld().demote();
return wcp.getBytes(); return wcp.getBytes();
} }



Loading…
Cancel
Save