--- old/src/share/classes/java/math/BigDecimal.java 2014-04-03 08:22:55.049753779 -0700 +++ new/src/share/classes/java/math/BigDecimal.java 2014-04-03 08:22:54.858752422 -0700 @@ -120,7 +120,7 @@ * preferred scale for representing a result. The preferred * scale for each operation is listed in the table below. * - * + *
* * --- old/src/share/classes/java/math/RoundingMode.java 2014-04-03 08:22:56.080761104 -0700 +++ new/src/share/classes/java/math/RoundingMode.java 2014-04-03 08:22:55.875759647 -0700 @@ -51,7 +51,7 @@ * proper {@code MathContext}. A summary table showing the results * of these rounding operations for all rounding modes appears below. * - *
Preferred Scales for Results of Arithmetic Operations *
OperationPreferred Scale of Result
+ *
* * @@ -99,7 +99,7 @@ * value. * *

Example: - *

Summary of Rounding Operations Under Different Rounding Modes
Result of rounding input to one digit with the given * rounding mode
+ *
* * *
Rounding mode UP Examples
Input NumberInput rounded to one digit
with {@code UP} rounding @@ -123,7 +123,7 @@ * rounding mode never increases the magnitude of the calculated value. * *

Example: - * + *
* * *
Rounding mode DOWN Examples
Input NumberInput rounded to one digit
with {@code DOWN} rounding @@ -148,7 +148,7 @@ * that this rounding mode never decreases the calculated value. * *

Example: - * + *
* * *
Rounding mode CEILING Examples
Input NumberInput rounded to one digit
with {@code CEILING} rounding @@ -173,7 +173,7 @@ * this rounding mode never increases the calculated value. * *

Example: - * + *
* * *
Rounding mode FLOOR Examples
Input NumberInput rounded to one digit
with {@code FLOOR} rounding @@ -200,7 +200,7 @@ * mode commonly taught at school. * *

Example: - * + *
* * *
Rounding mode HALF_UP Examples
Input NumberInput rounded to one digit
with {@code HALF_UP} rounding @@ -226,7 +226,7 @@ * {@code RoundingMode.DOWN}. * *

Example: - * + *
* * *
Rounding mode HALF_DOWN Examples
Input NumberInput rounded to one digit
with {@code HALF_DOWN} rounding @@ -259,7 +259,7 @@ * arithmetic in Java. * *

Example: - * + *
* * *
Rounding mode HALF_EVEN Examples
Input NumberInput rounded to one digit
with {@code HALF_EVEN} rounding @@ -283,7 +283,7 @@ * specified on an operation that yields an inexact result, an * {@code ArithmeticException} is thrown. *

Example: - * + *
* * *
Rounding mode UNNECESSARY Examples
Input NumberInput rounded to one digit
with {@code UNNECESSARY} rounding --- old/src/share/classes/java/net/DatagramSocket.java 2014-04-03 08:22:57.263769510 -0700 +++ new/src/share/classes/java/net/DatagramSocket.java 2014-04-03 08:22:57.091768288 -0700 @@ -104,7 +104,7 @@ /** * Connects this socket to a remote socket address (IP address + port number). * Binds socket if not already bound. - *

+ * * @param address The remote address. * @param port The remote port * @throws SocketException if binding the socket fails. @@ -338,7 +338,7 @@ *

* If the address is {@code null}, then the system will pick up * an ephemeral port and a valid local address to bind the socket. - *

+ * * @param addr The address and port to bind to. * @throws SocketException if any error happens during the bind, or if the * socket is already bound. @@ -1240,10 +1240,8 @@ * datagram socket factory. * @exception SocketException if the factory is already defined. * @exception SecurityException if a security manager exists and its - * {@code checkSetFactory} method doesn't allow the - operation. - * @see - java.net.DatagramSocketImplFactory#createDatagramSocketImpl() + * {@code checkSetFactory} method doesn't allow the operation. + * @see java.net.DatagramSocketImplFactory#createDatagramSocketImpl() * @see SecurityManager#checkSetFactory * @since 1.3 */ --- old/src/share/classes/java/net/InetSocketAddress.java 2014-04-03 08:22:58.420777729 -0700 +++ new/src/share/classes/java/net/InetSocketAddress.java 2014-04-03 08:22:58.265776627 -0700 @@ -157,7 +157,7 @@ * A valid port value is between 0 and 65535. * A port number of {@code zero} will let the system pick up an * ephemeral port in a {@code bind} operation. - *

+ * * @param port The port number * @throws IllegalArgumentException if the port parameter is outside the specified * range of valid port values. @@ -175,7 +175,7 @@ * ephemeral port in a {@code bind} operation. *

* A {@code null} address will assign the wildcard address. - *

+ * * @param addr The IP address * @param port The port number * @throws IllegalArgumentException if the port parameter is outside the specified @@ -202,7 +202,7 @@ * A valid port value is between 0 and 65535. * A port number of {@code zero} will let the system pick up an * ephemeral port in a {@code bind} operation. - *

+ * * @param hostname the Host name * @param port The port number * @throws IllegalArgumentException if the port parameter is outside the range @@ -239,7 +239,7 @@ * A valid port value is between 0 and 65535. * A port number of {@code zero} will let the system pick up an * ephemeral port in a {@code bind} operation. - *

+ * * @param host the Host name * @param port The port number * @throws IllegalArgumentException if the port parameter is outside --- old/src/share/classes/java/net/ServerSocket.java 2014-04-03 08:22:59.548785742 -0700 +++ new/src/share/classes/java/net/ServerSocket.java 2014-04-03 08:22:59.401784699 -0700 @@ -157,7 +157,6 @@ * or may choose to ignore the parameter altogther. The value provided * should be greater than {@code 0}. If it is less than or equal to * {@code 0}, then an implementation specific default will be used. - *

* * @param port the port number, or {@code 0} to use a port * number that is automatically allocated. @@ -206,7 +205,7 @@ * or may choose to ignore the parameter altogther. The value provided * should be greater than {@code 0}. If it is less than or equal to * {@code 0}, then an implementation specific default will be used. - *

+ * * @param port the port number, or {@code 0} to use a port * number that is automatically allocated. * @param backlog requested maximum length of the queue of incoming @@ -315,7 +314,7 @@ *

* If the address is {@code null}, then the system will pick up * an ephemeral port and a valid local address to bind the socket. - *

+ * * @param endpoint The IP address and port number to bind to. * @throws IOException if the bind operation fails, or if the socket * is already bound. --- old/src/share/classes/java/net/Socket.java 2014-04-03 08:23:00.924795518 -0700 +++ new/src/share/classes/java/net/Socket.java 2014-04-03 08:23:00.636793470 -0700 @@ -153,7 +153,7 @@ /** * Creates an unconnected Socket with a user-specified * SocketImpl. - *

+ * * @param impl an instance of a SocketImpl * the subclass wishes to use on the Socket. * @@ -1245,7 +1245,7 @@ *

    *
  1. For sockets accepted from a ServerSocket, this must be done by calling * {@link ServerSocket#setReceiveBufferSize(int)} before the ServerSocket - * is bound to a local address.

  2. + * is bound to a local address. *
  3. For client sockets, setReceiveBufferSize() must be called before * connecting the socket to its remote peer.
* @param size the size to which to set the receive buffer --- old/src/share/classes/java/net/SocketOptions.java 2014-04-03 08:23:02.060803587 -0700 +++ new/src/share/classes/java/net/SocketOptions.java 2014-04-03 08:23:01.846802066 -0700 @@ -38,7 +38,7 @@ * DatagramSocketImpl, you won't use these directly. There are * type-safe methods to get/set each of these options in Socket, ServerSocket, * DatagramSocket and MulticastSocket. - *

+ * * @author David Brown */ --- old/src/share/classes/java/net/SocketPermission.java 2014-04-03 08:23:03.250812040 -0700 +++ new/src/share/classes/java/net/SocketPermission.java 2014-04-03 08:23:03.078810818 -0700 @@ -1001,7 +1001,7 @@ /** * Checks two SocketPermission objects for equality. - *

+ * * @param obj the object to test for equality with this object. * * @return true if obj is a SocketPermission, and has the --- old/src/share/classes/java/net/URL.java 2014-04-03 08:23:04.437820472 -0700 +++ new/src/share/classes/java/net/URL.java 2014-04-03 08:23:04.218818917 -0700 @@ -867,7 +867,7 @@ * Creates an integer suitable for hash table indexing.

* * The hash code is based upon all the URL components relevant for URL - * comparison. As such, this operation is a blocking operation.

+ * comparison. As such, this operation is a blocking operation. * * @return a hash code for this {@code URL}. */ --- old/src/share/classes/java/net/URLClassLoader.java 2014-04-03 08:23:05.477827859 -0700 +++ new/src/share/classes/java/net/URLClassLoader.java 2014-04-03 08:23:05.264826347 -0700 @@ -271,7 +271,7 @@ * by catching {@link IOException}s internally. Unchecked exceptions * and errors are not caught. Calling close on an already closed * loader has no effect. - *

+ * * @exception IOException if closing any file opened by this class loader * resulted in an IOException. Any such exceptions are caught internally. * If only one is caught, then it is re-thrown. If more than one exception --- old/src/share/classes/java/net/URLPermission.java 2014-04-03 08:23:06.606835881 -0700 +++ new/src/share/classes/java/net/URLPermission.java 2014-04-03 08:23:06.408834474 -0700 @@ -72,7 +72,7 @@ * separated by '/' characters. path may also be empty. The path is specified * in a similar way to the path in {@link java.io.FilePermission}. There are * three different ways as the following examples show: - * + *
* * * @@ -245,7 +245,7 @@ *
  • otherwise, return false
  • * *

    Some examples of how paths are matched are shown below: - *

    URL Examples
    Example urlDescription
    http://www.oracle.com/a/b/c.html
    + *
    * * * --- old/src/share/classes/java/net/doc-files/net-properties.html 2014-04-03 08:23:07.847844695 -0700 +++ new/src/share/classes/java/net/doc-files/net-properties.html 2014-04-03 08:23:07.658843352 -0700 @@ -35,7 +35,7 @@ java.net package. Some are checked only once at startup of the VM, and therefore are best set using the -D option of the java command, while others have a more dynamic nature and can also be changed using -the System.setProperty() API. The purpose of this document is to list +the System.setProperty() API. The purpose of this document is to list and detail all of these properties.

    If there is no special note, a property value is checked every time it is used.

    --- old/src/share/classes/java/rmi/activation/ActivationGroup.java 2014-04-03 08:23:09.147853928 -0700 +++ new/src/share/classes/java/rmi/activation/ActivationGroup.java 2014-04-03 08:23:08.945852494 -0700 @@ -172,7 +172,7 @@ * *

    This method simply informs the group's monitor that the object * is inactive. It is up to the concrete subclass of ActivationGroup - * to fulfill the additional requirement of unexporting the object.

    + * to fulfill the additional requirement of unexporting the object. * * @param id the object's activation identifier * @return true if the object was successfully deactivated; otherwise --- old/src/share/classes/java/rmi/activation/ActivationGroupDesc.java 2014-04-03 08:23:10.394862784 -0700 +++ new/src/share/classes/java/rmi/activation/ActivationGroupDesc.java 2014-04-03 08:23:10.222861564 -0700 @@ -49,7 +49,7 @@ * *

  • the group's ActivationGroupID, and *
  • the group's initialization data (in a - * java.rmi.MarshalledObject)

    + * java.rmi.MarshalledObject) * * @author Ann Wollrath * @since 1.2 --- old/src/share/classes/java/rmi/activation/ActivationMonitor.java 2014-04-03 08:23:11.840873056 -0700 +++ new/src/share/classes/java/rmi/activation/ActivationMonitor.java 2014-04-03 08:23:11.571871144 -0700 @@ -63,7 +63,7 @@ * reference associated with id as a stale reference. * Since the reference is considered stale, a subsequent * activate call for the same activation identifier - * results in re-activating the remote object.

    + * results in re-activating the remote object. * * @param id the object's activation identifier * @exception UnknownObjectException if object is unknown --- old/src/share/classes/java/rmi/activation/ActivationSystem.java 2014-04-03 08:23:12.931880803 -0700 +++ new/src/share/classes/java/rmi/activation/ActivationSystem.java 2014-04-03 08:23:12.722879319 -0700 @@ -61,7 +61,7 @@ * receives an activate request for a specific identifier, it * looks up the activation descriptor (registered previously) for * the specified identifier and uses that information to activate - * the object.

    + * the object. * * @param desc the object's activation descriptor * @return the activation id that can be used to activate the object --- old/src/share/classes/java/rmi/activation/Activator.java 2014-04-03 08:23:14.040888681 -0700 +++ new/src/share/classes/java/rmi/activation/Activator.java 2014-04-03 08:23:13.889887608 -0700 @@ -53,7 +53,7 @@ * * The activator is responsible for monitoring and detecting when * activation groups fail so that it can remove stale remote references - * to groups and active object's within those groups.

    + * to groups and active object's within those groups. * * @author Ann Wollrath * @see ActivationInstantiator @@ -95,7 +95,7 @@ * collection for that object. If the activator kept a strong * reference to the remote object, the activator would then * prevent the object from being garbage collected under the - * normal distributed garbage collection mechanism.

    + * normal distributed garbage collection mechanism. * * @param id the activation identifier for the object being activated * @param force if true, the activator contacts the group to obtain --- old/src/share/classes/java/time/format/DateTimeFormatterBuilder.java 2014-04-03 08:23:15.131896430 -0700 +++ new/src/share/classes/java/time/format/DateTimeFormatterBuilder.java 2014-04-03 08:23:14.929894995 -0700 @@ -939,7 +939,7 @@ * During parsing, the offset is parsed using the format defined above. * If the offset cannot be parsed then an exception is thrown unless the * section of the formatter is optional. - *

    + * * @param style the format style to use, not null * @return this, for chaining, not null * @throws IllegalArgumentException if style is neither {@link TextStyle#FULL --- old/src/share/classes/java/time/temporal/IsoFields.java 2014-04-03 08:23:16.406905483 -0700 +++ new/src/share/classes/java/time/temporal/IsoFields.java 2014-04-03 08:23:16.155903702 -0700 @@ -136,7 +136,7 @@ *

    * For example: * - *

  • Examples of Path Matching
    this's pathp's pathmatch
    /a/b/a/byes
    + *
    * * * --- old/src/share/classes/java/time/temporal/WeekFields.java 2014-04-03 08:23:17.774915199 -0700 +++ new/src/share/classes/java/time/temporal/WeekFields.java 2014-04-03 08:23:17.488913167 -0700 @@ -127,7 +127,7 @@ * The earliest period is referred to as week 0 if it has less than the minimal number of days * and week 1 if it has at least the minimal number of days. * - *
    Examples of Week based Years
    DateDay-of-weekField values
    2008-12-28SundayWeek 52 of week-based-year 2008
    + *
    * * * @@ -157,7 +157,7 @@ * The first and last weeks of a year may contain days from the * previous calendar year or next calendar year respectively. * - *
    Examples of WeekFields
    DateDay-of-weekFirst day: Monday
    Minimal days: 4
    First day: Monday
    Minimal days: 5
    + *
    * * *
    Examples of WeekFields for week-based-year
    DateDay-of-weekFirst day: Monday
    Minimal days: 4
    First day: Monday
    Minimal days: 5