You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by kl...@apache.org on 2016/05/04 22:57:38 UTC

incubator-geode git commit: Fix javadocs

Repository: incubator-geode
Updated Branches:
  refs/heads/feature/GEODE-1255 9aba6bf74 -> 1e3442222


Fix javadocs


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/1e344222
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/1e344222
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/1e344222

Branch: refs/heads/feature/GEODE-1255
Commit: 1e3442222d0ff3c89bcdc02fc5aa9b5f2107ec5b
Parents: 9aba6bf
Author: Kirk Lund <kl...@apache.org>
Authored: Tue May 3 17:08:03 2016 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Tue May 3 17:08:03 2016 -0700

----------------------------------------------------------------------
 .../com/gemstone/gemfire/cache/operations/OperationContext.java  | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-geode/blob/1e344222/geode-core/src/main/java/com/gemstone/gemfire/cache/operations/OperationContext.java
----------------------------------------------------------------------
diff --git a/geode-core/src/main/java/com/gemstone/gemfire/cache/operations/OperationContext.java b/geode-core/src/main/java/com/gemstone/gemfire/cache/operations/OperationContext.java
index b632edb..dec716c 100644
--- a/geode-core/src/main/java/com/gemstone/gemfire/cache/operations/OperationContext.java
+++ b/geode-core/src/main/java/com/gemstone/gemfire/cache/operations/OperationContext.java
@@ -303,10 +303,6 @@ public abstract class OperationContext extends WildcardPermission{
     return Resource.NULL;
   }
 
-  /**
-   *
-   * @return
-   */
   public String getRegionName(){
     return "NULL";
   }