Commit 06d8ee7
committed
JavaEngine: avoid setting classloader
If a ClassLoader sticks around it will prevent future versions of
classes from being loaded. There is no evidence that preserving the
ClassLoader is actually necessary for annotation processing at this
time.1 parent 91e2d86 commit 06d8ee7
1 file changed
Lines changed: 2 additions & 5 deletions
Lines changed: 2 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
222 | 222 | | |
223 | 223 | | |
224 | 224 | | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | 225 | | |
229 | | - | |
230 | | - | |
| 226 | + | |
| 227 | + | |
231 | 228 | | |
232 | 229 | | |
233 | 230 | | |
| |||
0 commit comments