Skip to content

Commit 93fce84

Browse files
author
codeba
committed
doc: Adding Comments
1 parent 24d423b commit 93fce84

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

redis-keeper-core/src/main/java/org/codeba/redis/keeper/core/KListAsync.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@ public interface KListAsync {
6060
* @param timeout the timeout
6161
* @param unit the unit
6262
* @return the completable future
63-
* @throws InterruptedException the interrupted exception
6463
*/
6564
CompletableFuture<Object> blPopAsync(String key, long timeout, TimeUnit unit);
6665

@@ -99,7 +98,6 @@ public interface KListAsync {
9998
* @param timeout the timeout
10099
* @param unit the unit
101100
* @return the completable future
102-
* @throws InterruptedException the interrupted exception
103101
*/
104102
CompletableFuture<Object> brPopAsync(String key, long timeout, TimeUnit unit);
105103

redis-keeper-core/src/main/java/org/codeba/redis/keeper/core/package-info.java

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,20 @@
22
/*
33
* Copyright (c) 2024-2025, redis-keeper ([email protected])
44
*
5-
* Licensed under the Apache License, Version 2.0 (the "License");
6-
* you may not use this file except in compliance with the License.
7-
* You may obtain a copy of the License at
5+
* Licensed under the Apache License, Version 2.0 (the "License");
6+
* you may not use this file except in compliance with the License.
7+
* You may obtain a copy of the License at
88
*
9-
* http://www.apache.org/licenses/LICENSE-2.0
9+
* http://www.apache.org/licenses/LICENSE-2.0
1010
*
11-
* Unless required by applicable law or agreed to in writing, software
12-
* distributed under the License is distributed on an "AS IS" BASIS,
13-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
* See the License for the specific language governing permissions and
15-
* limitations under the License.
11+
* Unless required by applicable law or agreed to in writing, software
12+
* distributed under the License is distributed on an "AS IS" BASIS,
13+
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
* See the License for the specific language governing permissions and
15+
* limitations under the License.
1616
*/
1717

18+
/**
19+
* @author codeba
20+
*/
1821
package org.codeba.redis.keeper.core;

0 commit comments

Comments
 (0)