Skip to content

Commit

Permalink
8275848: Deprecate for removal mistakenly exposed field from class ja…
Browse files Browse the repository at this point in the history
…vafx.scene.shape.Box

Reviewed-by: kcr, nlisker
  • Loading branch information
aghaisas committed Oct 29, 2021
1 parent 161e434 commit d9e1ad9
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,11 @@ public boolean doComputeIntersects(Node node, PickRay pickRay,

private TriangleMesh mesh;

/**
* Default size of the {@code Box}.
* @deprecated This field was exposed mistakenly and will be removed.
*/
@Deprecated(since = "18", forRemoval = true)
public static final double DEFAULT_SIZE = 2;

{
Expand Down

0 comments on commit d9e1ad9

Please sign in to comment.