YETUS-91 Clean up comments in 01-common.sh Signed-off-by: Allen Wittenauer <[email protected]>
Project: http://git-wip-us.apache.org/repos/asf/yetus/repo Commit: http://git-wip-us.apache.org/repos/asf/yetus/commit/293b0ec9 Tree: http://git-wip-us.apache.org/repos/asf/yetus/tree/293b0ec9 Diff: http://git-wip-us.apache.org/repos/asf/yetus/diff/293b0ec9 Branch: refs/heads/master Commit: 293b0ec9b79be4e5a4654d63c4727b479dc8e18b Parents: 3eb19bd Author: Ajay Yadava <[email protected]> Authored: Sun Jul 17 11:25:31 2016 +0530 Committer: Allen Wittenauer <[email protected]> Committed: Wed Jul 20 09:04:39 2016 -0700 ---------------------------------------------------------------------- precommit/core.d/01-common.sh | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/yetus/blob/293b0ec9/precommit/core.d/01-common.sh ---------------------------------------------------------------------- diff --git a/precommit/core.d/01-common.sh b/precommit/core.d/01-common.sh index 6697cc2..d5057d7 100755 --- a/precommit/core.d/01-common.sh +++ b/precommit/core.d/01-common.sh @@ -256,7 +256,7 @@ function parse_args_plugins done } -## @description Let plugins also get a copy of the arguments +## @description Initialize all enabled plugins ## @audience private ## @stability evolving ## @replaceable no @@ -274,7 +274,7 @@ function plugins_initialize done } -## @description Determine if a plugin was enabeld by the user +## @description Determine if a plugin was enabled by the user ## @description ENABLED_PLUGINS must be defined ## @audience public ## @stability stable @@ -460,11 +460,6 @@ function delete_build_tool ## @audience private ## @stability evolving ## @replaceable no -## @description Import content from test-patch.d and optionally -## @description from user provided plugin directory -## @audience private -## @stability evolving -## @replaceable no function importplugins { local i
