HADOOP-12400. Wrong comment for scaladoc_rebuild function in test-patch scala plugin (Jagadesh Kiran N via aw)
Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/2db6e7a1 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/2db6e7a1 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/2db6e7a1 Branch: refs/heads/master Commit: 2db6e7a1af3152f24c2aeb97d38623ff2745b23d Parents: 1c4921c Author: Allen Wittenauer <[email protected]> Authored: Fri Sep 11 18:02:59 2015 -0700 Committer: Allen Wittenauer <[email protected]> Committed: Fri Sep 11 18:02:59 2015 -0700 ---------------------------------------------------------------------- dev-support/test-patch.d/scala.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/2db6e7a1/dev-support/test-patch.d/scala.sh ---------------------------------------------------------------------- diff --git a/dev-support/test-patch.d/scala.sh b/dev-support/test-patch.d/scala.sh index 4c88db4..09e8dde 100755 --- a/dev-support/test-patch.d/scala.sh +++ b/dev-support/test-patch.d/scala.sh @@ -59,7 +59,7 @@ function scalac_compile fi } -## @description Count and compare the number of JavaDoc warnings pre- and post- patch +## @description Count and compare the number of ScalaDoc warnings pre- and post- patch ## @audience private ## @stability evolving ## @replaceable no
