Skip to content

Commit

Permalink
Fixing ticket #68 ... again!
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinier Zwitserloot committed Nov 25, 2009
1 parent 6c22449 commit d9bc350
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_eclipseagent/lombok/eclipse/agent/EclipsePatcher.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public static void premain(@SuppressWarnings("unused") String agentArgs, Instrum
private static void registerPatchScripts(Instrumentation instrumentation, boolean reloadExistingClasses) {
ScriptManager sm = new ScriptManager();
sm.registerTransformer(instrumentation);
EquinoxClassLoader.getInstance().addPrefix("lombok.");
EquinoxClassLoader.addPrefix("lombok.");
EquinoxClassLoader.registerScripts(sm);

patchLombokizeAST(sm);
Expand Down

0 comments on commit d9bc350

Please sign in to comment.