Author: vsiveton
Date: Tue Jan 29 04:46:00 2008
New Revision: 616288
URL: http://svn.apache.org/viewvc?rev=616288&view=rev
Log:
o fixed typo in javadoc
Modified:
maven/sandbox/trunk/plugins/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java
Modified:
maven/sandbox/trunk/plugins/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java
URL:
http://svn.apache.org/viewvc/maven/sandbox/trunk/plugins/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java?rev=616288&r1=616287&r2=616288&view=diff
==============================================================================
---
maven/sandbox/trunk/plugins/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java
(original)
+++
maven/sandbox/trunk/plugins/maven-linkcheck-plugin/src/main/java/org/apache/maven/plugins/linkcheck/LinkcheckReport.java
Tue Jan 29 04:46:00 2008
@@ -209,14 +209,14 @@
* <dt>HTTP GET</dt>
* <dd>
* The HTTP GET method is defined in section 9.3 of
- * <a HREF="http://www.ietf.org/rfc/rfc2616.txt">RFC2616</a>:
+ * <a href="http://www.ietf.org/rfc/rfc2616.txt">RFC2616</a>:
* The GET method means retrieve whatever information (in the form of an
* entity) is identified by the Request-URI.
* </dd>
* <dt>HTTP HEAD</dt>
* <dd>
* The HTTP HEAD method is defined in section 9.4 of
- * <a HREF="http://www.ietf.org/rfc/rfc2616.txt">RFC2616</a>:
+ * <a href="http://www.ietf.org/rfc/rfc2616.txt">RFC2616</a>:
* The HEAD method is identical to GET except that the server MUST NOT
* return a message-body in the response.
* </dd>