Repository: camel Updated Branches: refs/heads/master 459a862ca -> cfc2f479b
CAMEL-7927: Updated Oracle Javadoc URLs for parser test Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/cfc2f479 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/cfc2f479 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/cfc2f479 Branch: refs/heads/master Commit: cfc2f479b2e1efcf388a39f1d806ccc2479a5b9c Parents: 459a862 Author: Dhiraj Bokde <dhira...@yahoo.com> Authored: Mon Nov 10 09:42:51 2014 -0800 Committer: Dhiraj Bokde <dhira...@yahoo.com> Committed: Mon Nov 10 09:43:11 2014 -0800 ---------------------------------------------------------------------- .../test/java/org/apache/camel/maven/JavadocParserTest.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/cfc2f479/tooling/maven/camel-api-component-maven-plugin/src/test/java/org/apache/camel/maven/JavadocParserTest.java ---------------------------------------------------------------------- diff --git a/tooling/maven/camel-api-component-maven-plugin/src/test/java/org/apache/camel/maven/JavadocParserTest.java b/tooling/maven/camel-api-component-maven-plugin/src/test/java/org/apache/camel/maven/JavadocParserTest.java index c98812d..183ffbb 100644 --- a/tooling/maven/camel-api-component-maven-plugin/src/test/java/org/apache/camel/maven/JavadocParserTest.java +++ b/tooling/maven/camel-api-component-maven-plugin/src/test/java/org/apache/camel/maven/JavadocParserTest.java @@ -28,9 +28,9 @@ import org.junit.Test; */ public class JavadocParserTest extends Assert { - private static final String JAVA6_STRING = "http://docs.oracle.com/javase/6/docs/api/java/lang/String.html"; - private static final String JAVA7_STRING = "http://docs.oracle.com/javase/7/docs/api/java/lang/String.html"; - private static final String JAVA8_STRING = "http://docs.oracle.com/javase/8/docs/api/java/lang/String.html"; + private static final String JAVA6_STRING = "https://docs.oracle.com/javase/6/docs/api/java/lang/String.html"; + private static final String JAVA7_STRING = "https://docs.oracle.com/javase/7/docs/api/java/lang/String.html"; + private static final String JAVA8_STRING = "https://docs.oracle.com/javase/8/docs/api/java/lang/String.html"; @Test public void testGetMethods() throws Exception {