Skip to content

Commit

Permalink
Javadoc: Use a sentence
Browse files Browse the repository at this point in the history
  • Loading branch information
garydgregory committed Oct 18, 2024
1 parent e793bdc commit 076ee91
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,9 @@ private final class InstOperandConstraintVisitor extends org.apache.bcel.generic
/** The ConstantPoolGen instance this Visitor operates on. */
private final ConstantPoolGen constantPoolGen;

/** The only Constructor. */
/**
* Constructs a new instance.
*/
InstOperandConstraintVisitor(final ConstantPoolGen constantPoolGen) {
this.constantPoolGen = constantPoolGen;
}
Expand Down

0 comments on commit 076ee91

Please sign in to comment.