Removed @author tags from Javascript source files
Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/36566f74 Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/36566f74 Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/36566f74 Branch: refs/heads/feature/GEODE-52 Commit: 36566f744a36a26cec1ec446ce02140c9ef072f9 Parents: 04c4629 Author: Sai Boorlagadda <[email protected]> Authored: Wed Mar 2 16:24:34 2016 -0800 Committer: Sai Boorlagadda <[email protected]> Committed: Mon Mar 28 04:42:11 2016 -0700 ---------------------------------------------------------------------- geode-pulse/src/main/webapp/scripts/pulsescript/PulseCallbacks.js | 1 - geode-pulse/src/main/webapp/scripts/pulsescript/PulseFunctions.js | 1 - geode-pulse/src/main/webapp/scripts/pulsescript/regionView.js | 1 - 3 files changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/36566f74/geode-pulse/src/main/webapp/scripts/pulsescript/PulseCallbacks.js ---------------------------------------------------------------------- diff --git a/geode-pulse/src/main/webapp/scripts/pulsescript/PulseCallbacks.js b/geode-pulse/src/main/webapp/scripts/pulsescript/PulseCallbacks.js index 976fb8c..adfe90c 100644 --- a/geode-pulse/src/main/webapp/scripts/pulsescript/PulseCallbacks.js +++ b/geode-pulse/src/main/webapp/scripts/pulsescript/PulseCallbacks.js @@ -24,7 +24,6 @@ * JSON response. * * @name PulseCallbacks.js - * @author ashutosh zambare. * @version 1.0 * */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/36566f74/geode-pulse/src/main/webapp/scripts/pulsescript/PulseFunctions.js ---------------------------------------------------------------------- diff --git a/geode-pulse/src/main/webapp/scripts/pulsescript/PulseFunctions.js b/geode-pulse/src/main/webapp/scripts/pulsescript/PulseFunctions.js index 05e2868..fd1e8de 100644 --- a/geode-pulse/src/main/webapp/scripts/pulsescript/PulseFunctions.js +++ b/geode-pulse/src/main/webapp/scripts/pulsescript/PulseFunctions.js @@ -19,7 +19,6 @@ /** * @name PulseFunctions.js - * @author Ashutosh Zambare. * @version 1.0 * */ http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/36566f74/geode-pulse/src/main/webapp/scripts/pulsescript/regionView.js ---------------------------------------------------------------------- diff --git a/geode-pulse/src/main/webapp/scripts/pulsescript/regionView.js b/geode-pulse/src/main/webapp/scripts/pulsescript/regionView.js index 27c1ca0..f8055b1 100644 --- a/geode-pulse/src/main/webapp/scripts/pulsescript/regionView.js +++ b/geode-pulse/src/main/webapp/scripts/pulsescript/regionView.js @@ -20,7 +20,6 @@ /* Region Details javascript with pop-up with spark-lines opening from each tree-map cell showing member level region information. * This page opens from Data view on cluster page and links to member details page by clicking on tree map cell. * - * @author Riya Bhandekar * @since version 7.5 Cedar 2014-03-01 * */
