Name: rlT66838 Date: 11/30/99
Java(TM) 2 Runtime Environment, Standard Edition (build 1.3beta-O)
Java(TM) HotSpot Client VM (build 1.3beta-O, mixed mode)
Point2D.setLocation(double x, double y) documentation said:
"Sets the location of this Point2D to the specified float coordinates."
It should be:
"Sets the location of this Point2D to the specified double coordinates."
in order to be consistent with Point2D.Double.setLocation(double,double) and
Point2D.Float.setLocation(double,double) documentation.
(Review ID: 98427)
======================================================================