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: 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.