Skip to content

Commit

Permalink
Update to latest parent pom to fix Javadoc build issue
Browse files Browse the repository at this point in the history
Picking up jenkinsci/plugin-pom#173
Also fix actual Javadoc error on JDK 11: <tt> is not allowed anymore
  • Loading branch information
batmat committed Apr 11, 2019
1 parent 0f69faf commit c8c5525
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>plugin</artifactId>
<version>3.33</version>
<version>3.42</version>
<relativePath />
</parent>
<groupId>org.jenkins-ci.plugins.workflow</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ private File getLogFile() throws IOException {
}

/**
* Used from <tt>console.jelly</tt> to write annotated log to the given output.
* Used from <code>console.jelly</code> to write annotated log to the given output.
*/
@Restricted(DoNotUse.class) // Jelly
public void writeLogTo(long offset, XMLOutput out) throws IOException {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ private LogStorageAction(FlowNode node) {
}

/**
* Used from <tt>console.jelly</tt> to write annotated log to the given output.
* Used from <code>console.jelly</code> to write annotated log to the given output.
*/
@Restricted(DoNotUse.class) // Jelly
public void writeLogTo(long offset, XMLOutput out) throws IOException {
Expand Down

0 comments on commit c8c5525

Please sign in to comment.