RFR: 8253005: Add `@throws IOException` in javadoc for `HttpEchange.sendResponseHeaders` [v9]

Patrick Concannon pconcannon at openjdk.java.net
Fri Nov 6 11:50:10 UTC 2020


> Hi,
> 
> Could someone please review my fix for JDK-8253005: 'Add `@throws IOException` in javadoc for `HttpEchange.sendResponseHeaders`' ?
> 
> The method `HttpEchange.sendResponseHeaders` throws an `IOException` but is unspecified in its javadoc. This fix adds an `@throws IOException` to its specification and a description of the conditions under which the exception is thrown.
> 
> Kind regards,
> Patrick

Patrick Concannon has updated the pull request incrementally with one additional commit since the last revision:

  8253005: Restructured test to use @BeforeTest/@AfterTest

-------------

Changes:
  - all: https://git.openjdk.java.net/jdk/pull/1014/files
  - new: https://git.openjdk.java.net/jdk/pull/1014/files/e3f6ddbb..8ff6d9b4

Webrevs:
 - full: https://webrevs.openjdk.java.net/?repo=jdk&pr=1014&range=08
 - incr: https://webrevs.openjdk.java.net/?repo=jdk&pr=1014&range=07-08

  Stats: 38 lines in 1 file changed: 13 ins; 1 del; 24 mod
  Patch: https://git.openjdk.java.net/jdk/pull/1014.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/1014/head:pull/1014

PR: https://git.openjdk.java.net/jdk/pull/1014


More information about the net-dev mailing list