Skip to content

Commit e3c7c33

Browse files
committed
Fix spot bugs error for Java 11
1 parent a4bcc53 commit e3c7c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jenkinsci/plugins/workflow/cps/CpsFlowExecution.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
* </dd>
180180
* <dt>PERSISTED</dt>
181181
* <dd>
182-
* {@link CpsFlowExecution} is on disk with its owner, for example in <tt>build.xml</tt> of the workflow run.
182+
* {@link CpsFlowExecution} is on disk with its owner, for example in {@code build.xml} of the workflow run.
183183
* Nothing exists in memory. For example, Jenkins is not running.
184184
*
185185
* Transition from this into PREPARING is triggered outside our control by XStream using

0 commit comments

Comments
 (0)