Skip to content

Commit

Permalink
Fix Javadoc warnings from Java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkEWaite authored and dalvizu committed Nov 22, 2023
1 parent 7f261f3 commit 4e7d7d3
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -433,9 +433,7 @@ public BuildPipelineForm getBuildPipelineForm() {
* @param project
* - The project
* @return URL - of the project
* @throws URISyntaxException
* @throws URISyntaxException
* {@link URISyntaxException}
* @throws URISyntaxException on error
*/
public String getProjectURL(final AbstractProject<?, ?> project) throws URISyntaxException {
return project.getUrl();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ public boolean isEmpty() {
/**
* Determines the next row of the grid that should be populated.
*
* Given (currentRow,currentColumn), find a row R>=currentRow such that
* Given (currentRow,currentColumn), find a row R&gt;=currentRow such that
* the row R contains no project to any column to the right of current column.
* That is, find the row in which we can place a sibling of the project
* placed in (currentRow,currentColumn).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
* .jelly files to inherit for children. See resource files:
*
* <ul>
* <li><tt>src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/AbstractNameValueHeader/projectCardTemplate.jelly</tt></li>
* <li><tt>src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/AbstractNameValueHeader/rowHeader.jelly</tt></li>
* <li><code>src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/AbstractNameValueHeader/projectCardTemplate.jelly</code></li>
* <li><code>src/main/resources/au/com/centrumsystems/hudson/plugin/buildpipeline/extension/AbstractNameValueHeader/rowHeader.jelly</code></li>
* </ul>
*
* @author dalvizu
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ public String getDisplayName() {
}

/**
* Set help text to "Build Pipeline Plugin -> Manually Execute Downstream Project" Post Build action in JOB configuration page
* Set help text to "Build Pipeline Plugin -&gt; Manually Execute Downstream Project" Post Build action in JOB configuration page
*
* @return location of the help file
*/
Expand Down

0 comments on commit 4e7d7d3

Please sign in to comment.