From fa27f032e5a09deb4ba97f7885470d411485bd9b Mon Sep 17 00:00:00 2001
From: Reinier Zwitserloot
Date: Sat, 2 May 2015 15:36:42 +0200
Subject: https-ified links on the site.
---
.../PatchExtensionMethodCompletionProposalPortal.java | 1 -
website/credits.html | 6 +++---
website/disableCheckedExceptions.html | 2 +-
website/download.html | 10 +++++-----
website/features/Builder.html | 2 +-
website/index.html | 14 +++++++-------
website/novideo.html | 10 +++++-----
website/setup/android.html | 10 +++++-----
website/setup/ecj.html | 8 ++++----
website/setup/gwt.html | 8 ++++----
website/setup/netbeans.html | 8 ++++----
11 files changed, 39 insertions(+), 40 deletions(-)
diff --git a/src/eclipseAgent/lombok/eclipse/agent/PatchExtensionMethodCompletionProposalPortal.java b/src/eclipseAgent/lombok/eclipse/agent/PatchExtensionMethodCompletionProposalPortal.java
index 0bc040d3..19e1952e 100644
--- a/src/eclipseAgent/lombok/eclipse/agent/PatchExtensionMethodCompletionProposalPortal.java
+++ b/src/eclipseAgent/lombok/eclipse/agent/PatchExtensionMethodCompletionProposalPortal.java
@@ -33,7 +33,6 @@ public class PatchExtensionMethodCompletionProposalPortal {
private static final String COMPLETION_PROPOSAL_COLLECTOR = "org.eclipse.jdt.ui.text.java.CompletionProposalCollector";
private static final String I_JAVA_COMPLETION_PROPOSAL_ARRAY = "[Lorg.eclipse.jdt.ui.text.java.IJavaCompletionProposal;";
-
public static IJavaCompletionProposal[] getJavaCompletionProposals(Object[] javaCompletionProposals, Object completionProposalCollector) {
try {
return (IJavaCompletionProposal[]) ReflectionForUi.getJavaCompletionProposals.invoke(null, javaCompletionProposals, completionProposalCollector);
diff --git a/website/credits.html b/website/credits.html
index 36c9895c..803195bd 100644
--- a/website/credits.html
+++ b/website/credits.html
@@ -102,8 +102,8 @@
all contributors who submitted patches or helped answering questions!
as well as the authors of the following tools that we use:
- - Google Code Hosting for hosting our issue tracker as well as the lombok releases.
- - Github for hosting lombok's repository.
+ - Google Code Hosting for hosting our issue tracker as well as the lombok releases.
+ - Github for hosting lombok's repository.
- The ASM team at ObjectWeb for creating an excellent class file editing tool.
Lombok uses ASM to interact with Eclipse.
- Markus Gebhard for creating java2html which we use for the example code snippets on the
@@ -112,7 +112,7 @@
runs on just about every system imaginable because of it.
- Longtail Video's JWPlayer, which is bringing the video to
those of you who have an aging browser.
- - The spi project, which makes it very easy to extend lombok with your own transformations.
+ - The spi project, which makes it very easy to extend lombok with your own transformations.
- Apache Ivy - Dependency management
- Cobertura which we use to ensure our tests cover as much as possible.
diff --git a/website/disableCheckedExceptions.html b/website/disableCheckedExceptions.html
index 8bd54171..64ad1cd8 100644
--- a/website/disableCheckedExceptions.html
+++ b/website/disableCheckedExceptions.html
@@ -41,7 +41,7 @@
Ready to try it out? download it here: disableCheckedExceptions-alpha.jar
- Want to know how its done? Grab the lombok repository here on github,
+ Want to know how its done? Grab the lombok repository here on github,
and look in the experimental
directory.
diff --git a/website/download.html b/website/download.html
index 590fbd13..d28bcbf0 100644
--- a/website/download.html
+++ b/website/download.html
@@ -9,7 +9,7 @@
Project Lombok
-

+
-
+
Feeling adventurous? Download the latest
snapshot release.
diff --git a/website/features/Builder.html b/website/features/Builder.html
index b4731b07..60c69a42 100644
--- a/website/features/Builder.html
+++ b/website/features/Builder.html
@@ -89,7 +89,7 @@
@Singular
can only be applied to collection types known to lombok. Currently, the supported types are:
- java.util
:
+ java.util
:
Iterable
, Collection
, and List
(backed by a compacted unmodifiable ArrayList
in the general case).
Set
, SortedSet
, and NavigableSet
(backed by a smartly sized unmodifiable HashSet
or TreeSet
in the general case).
Map
, SortedMap
, and NavigableMap
(backed by a smartly sized unmodifiable HashMap
or TreeMap
in the general case).
diff --git a/website/index.html b/website/index.html
index cfcdf9b7..d80a0e7d 100644
--- a/website/index.html
+++ b/website/index.html
@@ -14,7 +14,7 @@
-
+