diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-02-11 17:51:32 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2012-02-11 17:51:32 +0100 |
commit | f69ae450d698cfc6010fcc406c608795b83a9666 (patch) | |
tree | 710a117bf251087cac19060c05ac8efc195b5fc8 | |
parent | 2322b64689b6444a0b103d2ffd1ee8a7de5eb2af (diff) | |
download | lombok-f69ae450d698cfc6010fcc406c608795b83a9666.tar.gz lombok-f69ae450d698cfc6010fcc406c608795b83a9666.tar.bz2 lombok-f69ae450d698cfc6010fcc406c608795b83a9666.zip |
whitespace only
-rw-r--r-- | src/eclipseAgent/lombok/eclipse/agent/PatchValEclipsePortal.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/eclipseAgent/lombok/eclipse/agent/PatchValEclipsePortal.java b/src/eclipseAgent/lombok/eclipse/agent/PatchValEclipsePortal.java index 044d4737..abace3df 100644 --- a/src/eclipseAgent/lombok/eclipse/agent/PatchValEclipsePortal.java +++ b/src/eclipseAgent/lombok/eclipse/agent/PatchValEclipsePortal.java @@ -49,7 +49,6 @@ public class PatchValEclipsePortal { } } - public static void copyInitializationOfLocalDeclaration(Object parser) { try { Reflection.copyInitializationOfLocalDeclaration.invoke(null, parser); |