Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix JDK 11.0.3 javadoc warnings #155

Merged
merged 1 commit into from
Jun 19, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/main/java/jenkins/branch/BranchBuildStrategy.java
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ public final boolean automaticBuild(@NonNull SCMSource source,
* {@link SCMRevision#isDeterministic()} previous revisions as polling for changes will have
* confirmed that there is a change between this and {@code currRevision} even if the two
* are equal.
* @param listener the TaskListener to be used
* @return {@code true} if and only if the {@link SCMRevision} should be automatically built when the
* {@link SCMHead} has been detected as created / modified.
* @since 2.1.3
Expand All @@ -231,6 +232,7 @@ public final boolean automaticBuild(@NonNull SCMSource source,
* confirmed that there is a change between this and {@code currRevision} even if the two
* are equal.
* @param lastSeenRevision the {@link SCMRevision} that the head was last seen
* @param listener the TaskListener to be used
* @return {@code true} if and only if the {@link SCMRevision} should be automatically built when the
* {@link SCMHead} has been detected as created / modified.
* @since 2.4.2
Expand Down
1 change: 1 addition & 0 deletions src/main/java/jenkins/branch/MultiBranchProject.java
Original file line number Diff line number Diff line change
Expand Up @@ -304,6 +304,7 @@ public String getIconClassName() {
/**
* Get the term used in the UI to represent the souce for this kind of
* {@link Item}. Must start with a capital letter.
* @return term used in the UI to represent the source
*/
public String getSourcePronoun() {
Set<String> result = new TreeSet<>();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ public class OrganizationChildOrphanedItemsProperty extends OrganizationFolderPr

/**
* Our constructor.
* @param strategy the OrphanedItemStrategy to be applied to this property
*/
@DataBoundConstructor
public OrganizationChildOrphanedItemsProperty(OrphanedItemStrategy strategy) {
Expand Down
1 change: 1 addition & 0 deletions src/main/java/jenkins/branch/OrganizationFolder.java
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,7 @@ public String getIconClassName() {
/**
* Get the term used in the UI to represent the souce for this kind of
* {@link Item}. Must start with a capital letter.
* @return term used in the UI to represent the souce
*/
public String getSourcePronoun() {
Set<String> result = new TreeSet<>();
Expand Down