Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit db3bbb5

Browse filesBrowse files
committed
Update javadoc external links
Fix broken external javadoc links for URLs that have been recently moved.
1 parent 942cab4 commit db3bbb5
Copy full SHA for db3bbb5

File tree

Expand file treeCollapse file tree

1 file changed

+13
-13
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+13
-13
lines changed
Open diff view settings
Collapse file

‎build.gradle‎

Copy file name to clipboardExpand all lines: build.gradle
+13-13Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,20 +74,20 @@ configure(allprojects) { project ->
7474
"http://docs.oracle.com/javase/6/docs/api",
7575
"http://docs.oracle.com/javaee/6/api",
7676
"http://portals.apache.org/pluto/portlet-2.0-apidocs/",
77-
"http://commons.apache.org/lang/api-2.5",
78-
"http://commons.apache.org/codec/apidocs",
79-
"http://docs.jboss.org/jbossas/javadoc/4.0.5/connector",
80-
"http://docs.jboss.org/jbossas/javadoc/7.1.2.Final",
81-
"http://aopalliance.sourceforge.net/doc",
82-
"http://glassfish.java.net/nonav/docs/v3/api",
83-
"http://docs.oracle.com/cd/E13222_01/wls/docs90/javadocs", // commonj
84-
"http://quartz-scheduler.org/api/2.1.5",
77+
"http://commons.apache.org/proper/commons-lang/javadocs/api-release/",
78+
"http://commons.apache.org/proper/commons-codec/apidocs/",
79+
"http://docs.jboss.org/jbossas/javadoc/4.0.5/connector/",
80+
"http://docs.jboss.org/jbossas/javadoc/7.1.2.Final/",
81+
"http://aopalliance.sourceforge.net/doc/",
82+
"http://glassfish.java.net/nonav/docs/v3/api/",
83+
"http://docs.oracle.com/cd/E13222_01/wls/docs90/javadocs/", // commonj
84+
"http://quartz-scheduler.org/api/2.1.5/",
8585
"http://www.eclipse.org/aspectj/doc/released/aspectj5rt-api/",
86-
"http://fasterxml.github.com/jackson-core/javadoc/2.0.0",
87-
"http://jackson.codehaus.org/1.4.2/javadoc",
88-
"http://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.javadoc.doc/web/apidocs",
89-
"http://tiles.apache.org/framework/apidocs",
90-
"http://commons.apache.org/dbcp/api-1.2.2",
86+
"http://fasterxml.github.com/jackson-core/javadoc/2.0.0/",
87+
"http://jackson.codehaus.org/1.4.2/javadoc/",
88+
"http://pic.dhe.ibm.com/infocenter/wasinfo/v7r0/topic/com.ibm.websphere.javadoc.doc/web/apidocs/",
89+
"http://tiles.apache.org/framework/apidocs/",
90+
"http://commons.apache.org/proper/commons-dbcp/apidocs/",
9191
] as String[]
9292
}
9393

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.