[java-support] branch master updated: INFRA-110 - Remove broken links in package-info.java.
Tom Zeller
tzeller at dragonacea.biz
Mon Jun 13 16:33:54 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch master
in repository java-support.
View the commit online:
http://git.shibboleth.net/view/?p=java-support.git;a=commit;h=a03882941cb9ff0625e580d8fe4e9037c71c2820
The following commit(s) were added to refs/heads/master by this push:
new a038829 INFRA-110 - Remove broken links in package-info.java.
a038829 is described below
commit a03882941cb9ff0625e580d8fe4e9037c71c2820
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Mon Jun 13 15:33:33 2016 -0500
INFRA-110 - Remove broken links in package-info.java.
The broken links could be fixed, but ideally they would also be
versioned, so just remove them.
---
.../shibboleth/utilities/java/support/httpclient/package-info.java | 4 +---
.../net/shibboleth/utilities/java/support/velocity/package-info.java | 2 +-
2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/src/main/java/net/shibboleth/utilities/java/support/httpclient/package-info.java b/src/main/java/net/shibboleth/utilities/java/support/httpclient/package-info.java
index c1f3916..2fba86b 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/httpclient/package-info.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/httpclient/package-info.java
@@ -15,8 +15,6 @@
* limitations under the License.
*/
-/** Classes for working with
- * <a href="http://hc.apache.org/httpcomponents-client-ga/httpclient/index.html" target="_new">Apache HttpClient</a>.
- */
+/** Classes for working with Apache HttpClient. */
package net.shibboleth.utilities.java.support.httpclient;
\ No newline at end of file
diff --git a/src/main/java/net/shibboleth/utilities/java/support/velocity/package-info.java b/src/main/java/net/shibboleth/utilities/java/support/velocity/package-info.java
index 4231f33..75fc8cf 100644
--- a/src/main/java/net/shibboleth/utilities/java/support/velocity/package-info.java
+++ b/src/main/java/net/shibboleth/utilities/java/support/velocity/package-info.java
@@ -15,6 +15,6 @@
* limitations under the License.
*/
-/** Classes for working with <a href="http://http://velocity.apache.org target="_new">Apache Velocity</a>. */
+/** Classes for working with Apache Velocity. */
package net.shibboleth.utilities.java.support.velocity;
\ No newline at end of file
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list