src/share/classes/java/awt/Polygon.java

Print this page

        

@@ -349,11 +349,11 @@
     }
 
     /**
      * Determines whether the specified coordinates are inside this
      * <code>Polygon</code>.
-     * <p>
+     *
      * @param x the specified X coordinate to be tested
      * @param y the specified Y coordinate to be tested
      * @return {@code true} if this {@code Polygon} contains
      *         the specified coordinates {@code (x,y)};
      *         {@code false} otherwise.