diff options
author | Roel Spilker <r.spilker@gmail.com> | 2014-12-08 22:28:05 +0100 |
---|---|---|
committer | Roel Spilker <r.spilker@gmail.com> | 2014-12-08 22:28:05 +0100 |
commit | 3765835181fd4f69c4b7032687e066ae9c10c500 (patch) | |
tree | ed9fe5e6b2beadfb7dd92e1fad2a9eb2691c1f9a /src/core/lombok | |
parent | 2e78a2e03f8fdba4d3d468b2900d30f7e7317641 (diff) | |
download | lombok-3765835181fd4f69c4b7032687e066ae9c10c500.tar.gz lombok-3765835181fd4f69c4b7032687e066ae9c10c500.tar.bz2 lombok-3765835181fd4f69c4b7032687e066ae9c10c500.zip |
ShadowClassLoader didn't work on windows. The usual 'converting paths to
urls and back is an utter mystery' problems.
Diffstat (limited to 'src/core/lombok')
-rw-r--r-- | src/core/lombok/core/Main.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/lombok/core/Main.java b/src/core/lombok/core/Main.java index 0856d3b3..dc613b0d 100644 --- a/src/core/lombok/core/Main.java +++ b/src/core/lombok/core/Main.java @@ -143,7 +143,7 @@ public class Main { out.println("------------------------------"); } out.println("projectlombok.org " + Version.getFullVersion()); - out.println("Copyright (C) 2009-2012 The Project Lombok Authors."); + out.println("Copyright (C) 2009-2015 The Project Lombok Authors."); out.println("Run 'lombok license' to see the lombok license agreement."); out.println(); out.println("Run lombok without any parameters to start the graphical installer."); |