jdk/src/share/classes/java/awt/geom/Path2D.java
changeset 21777 c0a423e43b0d
parent 21278 ef8a3a2a72f2
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/java/awt/geom/Path2D.java	Tue Nov 19 10:36:02 2013 -0800
+++ b/jdk/src/share/classes/java/awt/geom/Path2D.java	Wed Nov 20 12:23:55 2013 +0400
@@ -794,7 +794,7 @@
          * ({@link #WIND_EVEN_ODD WIND_EVEN_ODD} or
          *  {@link #WIND_NON_ZERO WIND_NON_ZERO})
          * <li>followed by
-         * NP (or unlimited if NP < 0) sets of values consisting of
+         * {@code NP} (or unlimited if {@code NP < 0}) sets of values consisting of
          * a single byte indicating a path segment type
          * followed by one or more pairs of float or double
          * values representing the coordinates of the path segment
@@ -1520,7 +1520,7 @@
          * ({@link #WIND_EVEN_ODD WIND_EVEN_ODD} or
          *  {@link #WIND_NON_ZERO WIND_NON_ZERO})
          * <li>followed by
-         * NP (or unlimited if NP < 0) sets of values consisting of
+         * {@code NP} (or unlimited if {@code NP < 0}) sets of values consisting of
          * a single byte indicating a path segment type
          * followed by one or more pairs of float or double
          * values representing the coordinates of the path segment