aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorReinier Zwitserloot <reinier@tipit.to>2009-12-02 23:16:18 +0100
committerReinier Zwitserloot <reinier@tipit.to>2009-12-02 23:16:18 +0100
commit29f8da78df272c085a3db50335e8831ba28a7837 (patch)
tree88e7829ebe6e28b0b9643a0f9fb1f681a746bbc4 /src
parentdf84dffa62fc51231e9215d04b9751dba6c6cf4d (diff)
downloadlombok-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.java1
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;
}