From 6d6e3dc6a97fa39b5b03f02285744bb37931ecaa Mon Sep 17 00:00:00 2001 From: kdaemonv Date: Wed, 18 Apr 2018 21:37:46 +0300 Subject: fix typo in EclipseProductLocationProvider.java change NotAnIdeLocationException to CorruptedIdeLocationException in javadoc for private method create0(String path) --- .../lombok/installer/eclipse/EclipseProductLocationProvider.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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. */ -- cgit