From 6984f0a3084b355bf34fa4b151144a0f483f1e9d Mon Sep 17 00:00:00 2001 From: Sai Boorlagadda Date: Thu, 18 Feb 2016 12:24:59 -0800 Subject: [PATCH] GEODE-52: Remove @author tags from Java source * removed @author from java script files. --- .../src/main/webapp/scripts/pulsescript/PulseCallbacks.js | 1 - .../src/main/webapp/scripts/pulsescript/PulseFunctions.js | 1 - gemfire-pulse/src/main/webapp/scripts/pulsescript/regionView.js | 1 - 3 files changed, 3 deletions(-) diff --git a/gemfire-pulse/src/main/webapp/scripts/pulsescript/PulseCallbacks.js b/gemfire-pulse/src/main/webapp/scripts/pulsescript/PulseCallbacks.js index 976fb8cdbd62..adfe90c9d551 100644 --- a/gemfire-pulse/src/main/webapp/scripts/pulsescript/PulseCallbacks.js +++ b/gemfire-pulse/src/main/webapp/scripts/pulsescript/PulseCallbacks.js @@ -24,7 +24,6 @@ * JSON response. * * @name PulseCallbacks.js - * @author ashutosh zambare. * @version 1.0 * */ diff --git a/gemfire-pulse/src/main/webapp/scripts/pulsescript/PulseFunctions.js b/gemfire-pulse/src/main/webapp/scripts/pulsescript/PulseFunctions.js index 05e2868c2307..fd1e8de27e3b 100644 --- a/gemfire-pulse/src/main/webapp/scripts/pulsescript/PulseFunctions.js +++ b/gemfire-pulse/src/main/webapp/scripts/pulsescript/PulseFunctions.js @@ -19,7 +19,6 @@ /** * @name PulseFunctions.js - * @author Ashutosh Zambare. * @version 1.0 * */ diff --git a/gemfire-pulse/src/main/webapp/scripts/pulsescript/regionView.js b/gemfire-pulse/src/main/webapp/scripts/pulsescript/regionView.js index 27c1ca0885f0..f8055b1202a0 100644 --- a/gemfire-pulse/src/main/webapp/scripts/pulsescript/regionView.js +++ b/gemfire-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 * */