You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by aw...@apache.org on 2015/09/12 03:03:05 UTC

hadoop git commit: HADOOP-12400. Wrong comment for scaladoc_rebuild function in test-patch scala plugin (Jagadesh Kiran N via aw)

Repository: hadoop
Updated Branches:
  refs/heads/HADOOP-12111 18586108f -> 0a6e5d109


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/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/0a6e5d10
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/0a6e5d10
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/0a6e5d10

Branch: refs/heads/HADOOP-12111
Commit: 0a6e5d109b7f28ed3e2ae780898e79ad16faa954
Parents: 1858610
Author: Allen Wittenauer <aw...@apache.org>
Authored: Fri Sep 11 18:02:59 2015 -0700
Committer: Allen Wittenauer <aw...@apache.org>
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/hadoop/blob/0a6e5d10/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