Skip to content

Commit

Permalink
TestManyBoxes: make the no-arg constructor explicit
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Jun 15, 2024
1 parent 94bf046 commit 870f92c
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,17 @@ public class TestManyBoxes extends SimpleApplication {
private static Material solidGray;
private static PhysicsSpace physicsSpace;
// *************************************************************************
// constructors

/**
* Instantiate the TestManyBoxes application.
* <p>
* This no-arg constructor was made explicit to avoid javadoc warnings from
* JDK 18+.
*/
public TestManyBoxes() {
}
// *************************************************************************
// new methods exposed

/**
Expand Down

0 comments on commit 870f92c

Please sign in to comment.