< prev index next >

src/jdk.httpserver/share/classes/com/sun/net/httpserver/Headers.java

Print this page

        

@@ -38,11 +38,11 @@
  * For example, if a response header instance contains one key "HeaderName" with two values "value1 and value2"
  * then this object is output as two header lines:
  * <blockquote><pre>
  * HeaderName: value1
  * HeaderName: value2
- * </blockquote></pre>
+ * </pre></blockquote>
  * <p>
  * All the normal {@link java.util.Map} methods are provided, but the following
  * additional convenience methods are most likely to be used:
  * <ul>
  * <li>{@link #getFirst(String)} returns a single valued header or the first value of
< prev index next >