This is an automated email from the ASF dual-hosted git repository. xyuanlu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/helix.git
commit d78efbc3a55487be5889eb51e3fddae1561bb3a8 Author: mapeng <[email protected]> AuthorDate: Tue Jan 2 13:43:36 2024 -0700 Indentation --- .../main/java/org/apache/helix/metaclient/recipes/lock/LockInfo.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-client/src/main/java/org/apache/helix/metaclient/recipes/lock/LockInfo.java b/meta-client/src/main/java/org/apache/helix/metaclient/recipes/lock/LockInfo.java index 3c472902c..0046cd4df 100644 --- a/meta-client/src/main/java/org/apache/helix/metaclient/recipes/lock/LockInfo.java +++ b/meta-client/src/main/java/org/apache/helix/metaclient/recipes/lock/LockInfo.java @@ -249,4 +249,4 @@ public class LockInfo extends DataRecord { return getLongField(LockInfoAttribute.TIMEOUT.name(), DEFAULT_TIMEOUT_DURATION); } -} \ No newline at end of file +}
