Skip to content

Commit

Permalink
Describer: javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengold committed Mar 13, 2024
1 parent 047a8ad commit e5adc9e
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,10 @@ public class Describer implements Cloneable {
// constructors

/**
* A no-arg constructor to avoid javadoc warnings from JDK 18.
* Instantiate a Describer with the default separator.
* <p>
* This no-arg constructor was made explicit to avoid javadoc warnings from
* JDK 18+.
*/
public Describer() {
// do nothing
Expand Down

0 comments on commit e5adc9e

Please sign in to comment.