Skip to content

Commit

Permalink
Merge pull request #817 from gsmet/fix-configroot-javadoc
Browse files Browse the repository at this point in the history
Fix the javadoc of @configroot
  • Loading branch information
dmlloyd authored Feb 8, 2019
2 parents 26e5897 + 1c6b566 commit b91a360
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

/**
* Indicate that the given item is a configuration root. Instances of classes with this annotation will
* be made available to build steps or run time templates, according to the {@linkplain #phase() phase) of the
* be made available to build steps or run time templates, according to the {@linkplain #phase() phase} of the
* value.
*/
@Retention(RUNTIME)
Expand Down

0 comments on commit b91a360

Please sign in to comment.