Skip to content

Commit f9187a1

Browse files
committed
small doc changes, copyright header
1 parent acdec11 commit f9187a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

modules/javafx.graphics/src/main/java/javafx/geometry/Point2D.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2008, 2019, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2008, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it

modules/javafx.graphics/src/main/java/javafx/scene/layout/BorderStroke.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
* </ul>
5656
* Heterogeneous paint interpolation converts the {@code Color} to a visually identical gradient paint,
5757
* and then performs a gradient paint interpolation. If heterogeneous paints cannot be interpolated as
58-
* described, the paints are interpolated <a href="../../animation/Interpolatable.html#discrete">discretely</a>.
58+
* described, the paints are interpolated <a href="../../animation/Interpolatable.html#discrete">as discrete</a>.
5959
*
6060
* @since JavaFX 8.0
6161
*/

modules/javafx.graphics/src/main/java/javafx/scene/paint/Paint.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2010, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -41,7 +41,7 @@
4141
* Heterogeneous paint interpolation converts the {@code Color} to a visually identical gradient
4242
* paint, and then performs a linear interpolation between the two gradient paints.
4343
* If heterogeneous paints cannot be interpolated as described, the paints are interpolated
44-
* <a href="../../animation/Interpolatable.html#discrete">discretely</a>.
44+
* <a href="../../animation/Interpolatable.html#discrete">as discrete</a>.
4545
*
4646
* @since JavaFX 2.0
4747
*/

0 commit comments

Comments
 (0)