summaryrefslogtreecommitdiff
path: root/java/awt/Point.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/awt/Point.java')
-rw-r--r--java/awt/Point.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/awt/Point.java b/java/awt/Point.java
index 64bc07eaf..871202491 100644
--- a/java/awt/Point.java
+++ b/java/awt/Point.java
@@ -178,7 +178,7 @@ public class Point extends Point2D implements Serializable
/**
* Sets this object's coordinates to the specified values. This method
- * rounds to the nearest integer coordinates by adding 0.5 and calling
+ * rounds to the nearest integer coordinates by adding 0.5 and calling
* {@link Math#floor(double)}.
*
* @param x the new X coordinate