diff options
author | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-02-10 22:04:10 +0100 |
---|---|---|
committer | Reinier Zwitserloot <reinier@zwitserloot.com> | 2010-02-10 22:04:10 +0100 |
commit | 06e0ff4ab3dbbe96bf38ef184ab100cd4e080a10 (patch) | |
tree | 4ebee9223cc30c287275f023d8e905bd13dc19b4 /src/installer/lombok | |
parent | f4ddece6140a9e3e8b76b0549c85e4675af12959 (diff) | |
download | lombok-06e0ff4ab3dbbe96bf38ef184ab100cd4e080a10.tar.gz lombok-06e0ff4ab3dbbe96bf38ef184ab100cd4e080a10.tar.bz2 lombok-06e0ff4ab3dbbe96bf38ef184ab100cd4e080a10.zip |
cmdreader no longer needs @Parameterized
Diffstat (limited to 'src/installer/lombok')
-rw-r--r-- | src/installer/lombok/installer/Installer.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/installer/lombok/installer/Installer.java b/src/installer/lombok/installer/Installer.java index 7700cd90..6ce8efdb 100644 --- a/src/installer/lombok/installer/Installer.java +++ b/src/installer/lombok/installer/Installer.java @@ -44,7 +44,6 @@ import org.mangosdk.spi.ProviderFor; import com.zwitserloot.cmdreader.CmdReader; import com.zwitserloot.cmdreader.Description; import com.zwitserloot.cmdreader.InvalidCommandLineException; -import com.zwitserloot.cmdreader.Parameterized; import com.zwitserloot.cmdreader.Sequential; import com.zwitserloot.cmdreader.Shorthand; @@ -196,7 +195,6 @@ public class Installer { private static class CmdArgs { @Description("Specify paths to a location to install/uninstall. Use 'auto' to apply to all automatically discoverable installations.") - @Parameterized @Sequential List<String> path = new ArrayList<String>(); |