Skip to content

Commit

Permalink
fixup! chore(dependencies): Boot 2 and the BOM
Browse files Browse the repository at this point in the history
  • Loading branch information
robfletcher committed May 9, 2019
1 parent 89b7705 commit e5e5098
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,11 @@ public StageResolver(Collection<StageDefinitionBuilder> stageDefinitionBuilders)
}

/**
* Fetch a {@code StageDefinitionBuilder} by {@param type} or {@param typeAlias}.
* Fetch a {@code StageDefinitionBuilder} by {@code type} or {@code typeAlias}.
*
* @param type StageDefinitionBuilder type
* @param typeAlias StageDefinitionBuilder alias (optional)
* @return the StageDefinitionBuilder matching {@param type} or {@param typeAlias}
* @return the StageDefinitionBuilder matching {@code type} or {@code typeAlias}
* @throws NoSuchStageDefinitionBuilderException if StageDefinitionBuilder does not exist
*/
@Nonnull
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,10 @@ public TaskResolver(Collection<Task> tasks, boolean allowFallback) {
}

/**
* Fetch a {@code Task} by {@param taskTypeIdentifier}.
* Fetch a {@code Task} by {@code taskTypeIdentifier}.
*
* @param taskTypeIdentifier Task identifier (class name or alias)
* @return the Task matching {@param taskTypeIdentifier}
* @return the Task matching {@code taskTypeIdentifier}
* @throws NoSuchTaskException if Task does not exist
*/
@Nonnull
Expand Down

0 comments on commit e5e5098

Please sign in to comment.