mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8285306: Fix typos in java.desktop
Co-authored-by: Andrey Turbanov <aturbanov@openjdk.org> Reviewed-by: aturbanov, prr
This commit is contained in:
parent
d1f794587c
commit
2a799e5c82
483 changed files with 1017 additions and 1017 deletions
|
@ -36,7 +36,7 @@ import sun.java2d.SunGraphics2D;
|
|||
/**
|
||||
* GraphicsComponentMgr provides services to
|
||||
* 1. register primitives for later use
|
||||
* 2. locate an instance of a primitve based on characteristics
|
||||
* 2. locate an instance of a primitive based on characteristics
|
||||
*/
|
||||
public final class GraphicsPrimitiveMgr {
|
||||
|
||||
|
@ -93,7 +93,7 @@ public final class GraphicsPrimitiveMgr {
|
|||
};
|
||||
|
||||
/**
|
||||
* Ensure that noone can instantiate this class.
|
||||
* Ensure that no one can instantiate this class.
|
||||
*/
|
||||
private GraphicsPrimitiveMgr() {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue