You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by sa...@apache.org on 2016/03/08 02:41:56 UTC

[43/45] incubator-geode git commit: Removed @author tags from Javascript source files

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/88d1ac1c
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/88d1ac1c
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/88d1ac1c

Branch: refs/heads/feature/GEODE-52
Commit: 88d1ac1cb9877aa08da6d54149d24b12e943bf76
Parents: 6e34e99
Author: Sai Boorlagadda <sb...@pivotal.io>
Authored: Wed Mar 2 16:24:34 2016 -0800
Committer: Sai Boorlagadda <sb...@pivotal.io>
Committed: Fri Mar 4 16:20:27 2016 -0800

----------------------------------------------------------------------
 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/88d1ac1c/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/88d1ac1c/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/88d1ac1c/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
  *
  */