You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bs...@apache.org on 2017/08/22 22:36:22 UTC

[20/48] geode git commit: GEODE-3322: delete empty javadocs to fix javadoc warning

GEODE-3322: delete empty javadocs to fix javadoc warning


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

Branch: refs/heads/feature/GEODE-3447
Commit: 9b52ee6626d948bfaab9618c8f7756fb6cf30f97
Parents: b43f502
Author: Kirk Lund <kl...@apache.org>
Authored: Mon Aug 21 10:43:29 2017 -0700
Committer: Kirk Lund <kl...@apache.org>
Committed: Mon Aug 21 10:43:29 2017 -0700

----------------------------------------------------------------------
 .../distributed/internal/locks/DLockRequestProcessor.java     | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/9b52ee66/geode-core/src/main/java/org/apache/geode/distributed/internal/locks/DLockRequestProcessor.java
----------------------------------------------------------------------
diff --git a/geode-core/src/main/java/org/apache/geode/distributed/internal/locks/DLockRequestProcessor.java b/geode-core/src/main/java/org/apache/geode/distributed/internal/locks/DLockRequestProcessor.java
index 96f692b..3f42adb 100755
--- a/geode-core/src/main/java/org/apache/geode/distributed/internal/locks/DLockRequestProcessor.java
+++ b/geode-core/src/main/java/org/apache/geode/distributed/internal/locks/DLockRequestProcessor.java
@@ -196,13 +196,6 @@ public class DLockRequestProcessor extends ReplyProcessor21 {
     return this.response.leaseExpireTime;
   }
 
-  /**
-   *
-   * @param interruptible
-   * @param lockId
-   * @return
-   * @throws InterruptedException only possible if interruptible is true.
-   */
   protected boolean requestLock(boolean interruptible, int lockId) throws InterruptedException {
     final boolean isDebugEnabled_DLS = logger.isTraceEnabled(LogMarker.DLS);