logo       

[HtmlUnit] CVS Commit: WebConnectionWrapper.java: @see -> {@inheritDoc}: msg#00055

java.htmlunit.devel

Subject: [HtmlUnit] CVS Commit: WebConnectionWrapper.java: @see -> {@inheritDoc}

Log Message:
-----------
@see -> {@inheritDoc}

Modified Files:
--------------
htmlunit/src/java/com/gargoylesoftware/htmlunit/util:
WebConnectionWrapper.java

(http://cvs.sourceforge.net/viewcvs.py/htmlunit/htmlunit/src/java/com/gargoylesoftware/htmlunit/util/WebConnectionWrapper.java)

Revision Data
-------------
Index: WebConnectionWrapper.java
===================================================================
RCS file:
/cvsroot/htmlunit/htmlunit/src/java/com/gargoylesoftware/htmlunit/util/WebConnectionWrapper.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lsrc/java/com/gargoylesoftware/htmlunit/util/WebConnectionWrapper.java
-Lsrc/java/com/gargoylesoftware/htmlunit/util/WebConnectionWrapper.java -u -d
-r1.1 -r1.2
--- src/java/com/gargoylesoftware/htmlunit/util/WebConnectionWrapper.java
+++ src/java/com/gargoylesoftware/htmlunit/util/WebConnectionWrapper.java
@@ -70,24 +70,24 @@
}

/**
+ * {@inheritDoc}
* The default behavior of this method is to return getResponse() on the
wrapped connection object.
- * @see WebConnection#getResponse
*/
public WebResponse getResponse(final WebRequestSettings
webRequestSettings) throws IOException {
return wrappedWebConnection_.getResponse(webRequestSettings);
}

/**
+ * {@inheritDoc}
* The default behavior of this method is to return getState() on the
wrapped connection object.
- * @see WebConnection#getState()
*/
public HttpState getState() {
return wrappedWebConnection_.getState();
}

/**
+ * {@inheritDoc}
* The default behavior of this method is to return getWebClient() on the
wrapped connection object.
- * @see WebConnection#getWebClient()
*/
public WebClient getWebClient() {
return wrappedWebConnection_.getWebClient();


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise