From 26d42f2003eedd47fc381fea2a4a3cc77c41b2ae Mon Sep 17 00:00:00 2001 From: chegar Date: Thu, 3 Mar 2011 16:44:44 +0000 Subject: [PATCH] 7018137: HTML4 compliance issues Summary: move end list items tags to after nested list Reviewed-by: alanb --- src/share/classes/java/net/URI.java | 8 ++++---- src/share/classes/java/net/package.html | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/share/classes/java/net/URI.java b/src/share/classes/java/net/URI.java index 111269d8b..3465e1ab8 100644 --- a/src/share/classes/java/net/URI.java +++ b/src/share/classes/java/net/URI.java @@ -991,7 +991,7 @@ public final class URI * authority and path are taken from the given URI.

* *
  • Otherwise the new URI's authority component is copied from - * this URI, and its path is computed as follows:

  • + * this URI, and its path is computed as follows:

    * *
      * @@ -1005,7 +1005,7 @@ public final class URI * path and then normalizing the result as if by invoking the {@link * #normalize() normalize} method.

      * - *
    + * * * * @@ -1511,7 +1511,7 @@ public final class URI * fragments.

    * *
  • Two hierarchical URIs with identical schemes are ordered - * according to the ordering of their authority components:

  • + * according to the ordering of their authority components:

    * * + * * *
  • Finally, two hierarchical URIs with identical schemes and * authority components are ordered according to the ordering of their diff --git a/src/share/classes/java/net/package.html b/src/share/classes/java/net/package.html index 7c7058d7b..12dfe9803 100644 --- a/src/share/classes/java/net/package.html +++ b/src/share/classes/java/net/package.html @@ -31,18 +31,18 @@ Provides the classes for implementing networking applications.

    The java.net package can be roughly divided in two sections:

  • +
  • A High Level API, which deals with the following abstractions:

    +
  • Addresses

    Addresses are used throughout the java.net APIs as either host identifiers, or socket endpoint identifiers.

    -- GitLab