diff options
author | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-02 23:16:18 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@tipit.to> | 2009-12-02 23:16:18 +0100 |
commit | 29f8da78df272c085a3db50335e8831ba28a7837 (patch) | |
tree | 88e7829ebe6e28b0b9643a0f9fb1f681a746bbc4 /src | |
parent | df84dffa62fc51231e9215d04b9751dba6c6cf4d (diff) | |
download | lombok-29f8da78df272c085a3db50335e8831ba28a7837.tar.gz lombok-29f8da78df272c085a3db50335e8831ba28a7837.tar.bz2 lombok-29f8da78df272c085a3db50335e8831ba28a7837.zip |
Small update to how shorthands work in command line reader.
Diffstat (limited to 'src')
-rw-r--r-- | src/core/lombok/core/runtimeDependencies/CreateLombokRuntimeApp.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/lombok/core/runtimeDependencies/CreateLombokRuntimeApp.java b/src/core/lombok/core/runtimeDependencies/CreateLombokRuntimeApp.java index 3a83bea1..f30ff761 100644 --- a/src/core/lombok/core/runtimeDependencies/CreateLombokRuntimeApp.java +++ b/src/core/lombok/core/runtimeDependencies/CreateLombokRuntimeApp.java @@ -85,7 +85,6 @@ public class CreateLombokRuntimeApp implements LombokApp { @Requires("create") String output; - @Shorthand({"h", "?"}) @Description("Shows this help text") boolean help; } |