Skip to content

Commit

Permalink
Update AxisDescriptor.java
Browse files Browse the repository at this point in the history
  • Loading branch information
timja authored Jul 14, 2022
1 parent 8748413 commit 642b2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/hudson/matrix/AxisDescriptor.java
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ public FormValidation doCheckName(@QueryParameter String value) {
* necessary to disallow '=' in value as everything after the first
* occurrence is considered to be a value.
*
* Subclasses are expected to expose own <tt>doCheck</tt> method possibly delegating to this one.
* Subclasses are expected to expose own <code>doCheck</code> method possibly delegating to this one.
*/
public FormValidation checkValue(@QueryParameter String value) {
if(Util.fixEmpty(value)==null)
Expand Down

0 comments on commit 642b2c5

Please sign in to comment.