From 78223dacd372de8da186c7bdc828ee71ca7c5934 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Wed, 5 Aug 2009 00:25:05 +0200 Subject: Added a note to restart eclipse, after some confusing as reported on the googlegroups. --- src/lombok/installer/Installer.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lombok') diff --git a/src/lombok/installer/Installer.java b/src/lombok/installer/Installer.java index 6cf51355..89ebfc37 100644 --- a/src/lombok/installer/Installer.java +++ b/src/lombok/installer/Installer.java @@ -524,7 +524,7 @@ public class Installer { if ( success.get() ) SwingUtilities.invokeLater(new Runnable() { @Override public void run() { - JOptionPane.showMessageDialog(appWindow, "Lombok has been installed on the selected Eclipse installations.
Don't forget to add lombok.jar to your projects!", "Install successful", JOptionPane.INFORMATION_MESSAGE); + JOptionPane.showMessageDialog(appWindow, "Lombok has been installed on the selected Eclipse installations.
Don't forget to add lombok.jar to your projects, and restart your eclipse!", "Install successful", JOptionPane.INFORMATION_MESSAGE); appWindow.setVisible(false); System.exit(0); } -- cgit