Skip to content

Commit

Permalink
fix: revert an out-of-scope change
Browse files Browse the repository at this point in the history
  • Loading branch information
krisstern committed Apr 10, 2024
1 parent 7f80fb1 commit 66c7fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/java/hudson/model/Job.java
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
import org.kohsuke.stapler.verb.POST;

/**
* A job is a runnable entity under the monitoring of Hudson.
* A job is an runnable entity under the monitoring of Hudson.
*
* <p>
* Every time it "runs", it will be recorded as a {@link Run} object.
Expand Down

0 comments on commit 66c7fe4

Please sign in to comment.