提交 e7bdf4f0 编写于 作者: M Marnix Kammer

Issue 3139: Processed review comments: removed unwanted import, and specified...

Issue 3139: Processed review comments: removed unwanted import, and specified real class author in JavaDoc.
Signed-off-by: NMarnix Kammer <mlkammer@gmail.com>
上级 a148d448
......@@ -18,7 +18,7 @@ package org.redisson.api;
/**
* Rx-ified version of {@link RListMultimapCache}.
*
* @author Nikita Koksharov
* @author Marnix Kammer
*
* @param <K> key type
* @param <V> value type
......
......@@ -22,7 +22,7 @@ import java.util.concurrent.TimeUnit;
/**
* Rx-ified version of {@link RMultimapCache}.
*
* @author Nikita Koksharov
* @author Marnix Kammer
*
* @param <K> key type
* @param <V> value type
......
......@@ -18,7 +18,7 @@ package org.redisson.api;
/**
* Rx-ified version of {@link RSetMultimapCache}.
*
* @author Nikita Koksharov
* @author Marnix Kammer
*
* @param <K> key type
* @param <V> value type
......
......@@ -15,7 +15,6 @@
*/
package org.redisson.api;
import org.checkerframework.checker.units.qual.K;
import org.redisson.client.codec.Codec;
import org.redisson.config.Config;
......
......@@ -21,7 +21,7 @@ import org.redisson.api.RListRx;
/**
*
* @author Nikita Koksharov
* @author Marnix Kammer
*
* @param <K> key type
* @param <V> value type
......
......@@ -22,7 +22,7 @@ import org.redisson.api.RedissonRxClient;
/**
*
* @author Nikita Koksharov
* @author Marnix Kammer
*
* @param <K> key type
* @param <V> value type
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册