diff options
author | kdaemonv <kdaemonv@users.noreply.github.com> | 2018-04-18 21:37:46 +0300 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2018-04-23 21:05:21 +0200 |
commit | 6d6e3dc6a97fa39b5b03f02285744bb37931ecaa (patch) | |
tree | f8a60c8874a439f8049ace31bc4d4c9fda07793f /src/installer/lombok | |
parent | f540335ef972d84f02efba6dcaf608aec0e19129 (diff) | |
download | lombok-6d6e3dc6a97fa39b5b03f02285744bb37931ecaa.tar.gz lombok-6d6e3dc6a97fa39b5b03f02285744bb37931ecaa.tar.bz2 lombok-6d6e3dc6a97fa39b5b03f02285744bb37931ecaa.zip |
fix typo in EclipseProductLocationProvider.java
change NotAnIdeLocationException to CorruptedIdeLocationException in javadoc for private method create0(String path)
Diffstat (limited to 'src/installer/lombok')
-rw-r--r-- | src/installer/lombok/installer/eclipse/EclipseProductLocationProvider.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/installer/lombok/installer/eclipse/EclipseProductLocationProvider.java b/src/installer/lombok/installer/eclipse/EclipseProductLocationProvider.java index b807f02b..097b7a8e 100644 --- a/src/installer/lombok/installer/eclipse/EclipseProductLocationProvider.java +++ b/src/installer/lombok/installer/eclipse/EclipseProductLocationProvider.java @@ -51,7 +51,7 @@ public class EclipseProductLocationProvider implements IdeLocationProvider { * Create a new EclipseLocation by pointing at either the directory contains the Eclipse executable, or the executable itself, * or an eclipse.ini file. * - * @throws NotAnIdeLocationException + * @throws CorruptedIdeLocationException * If this isn't an Eclipse executable or a directory with an * Eclipse executable. */ |