--- a/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpHeaders.java Fri Nov 17 10:42:01 2017 +0000
+++ b/src/jdk.incubator.httpclient/share/classes/jdk/incubator/http/HttpHeaders.java Fri Nov 17 10:45:26 2017 +0000
@@ -35,6 +35,7 @@
/**
* A read-only view of a set of HTTP headers.
+ * {@Incubating}
*
* <p> The methods of this class ( that accept a String header name ), and the
* Map returned by the {@linkplain #map() map} method, operate without regard to
@@ -42,8 +43,6 @@
*
* <p> HttpHeaders instances are immutable.
*
- * {@Incubating}
- *
* @since 9
*/
public abstract class HttpHeaders {