You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2020/04/23 20:02:40 UTC

[helix] 05/20: Added details in comments

This is an automated email from the ASF dual-hosted git repository.

jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git

commit 2701761efbd1b3d129a0897a3926c7bc64c90685
Author: Molly Gao <mg...@mgao-mn1.linkedin.biz>
AuthorDate: Thu Jan 30 09:51:55 2020 -0800

    Added details in comments
---
 helix-lock/src/main/java/org/apache/helix/lock/HelixLock.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/helix-lock/src/main/java/org/apache/helix/lock/HelixLock.java b/helix-lock/src/main/java/org/apache/helix/lock/HelixLock.java
index d163718..01ef63b 100644
--- a/helix-lock/src/main/java/org/apache/helix/lock/HelixLock.java
+++ b/helix-lock/src/main/java/org/apache/helix/lock/HelixLock.java
@@ -20,7 +20,7 @@ package org.apache.helix.lock;
  */
 
 /**
- * Generic interface for Helix distributed lock for both nonblocking and blocking calls
+ * Generic interface for Helix distributed lock
  */
 public interface HelixLock<T> {
   /**