Issue 3139: Processed review comments: removed unwanted import, and specified real class author in JavaDoc.

Signed-off-by: Marnix Kammer <mlkammer@gmail.com>
pull/3140/head
Marnix Kammer 5 years ago
parent a148d44879
commit e7bdf4f060

@ -18,7 +18,7 @@ package org.redisson.api;
/** /**
* Rx-ified version of {@link RListMultimapCache}. * Rx-ified version of {@link RListMultimapCache}.
* *
* @author Nikita Koksharov * @author Marnix Kammer
* *
* @param <K> key type * @param <K> key type
* @param <V> value type * @param <V> value type

@ -22,7 +22,7 @@ import java.util.concurrent.TimeUnit;
/** /**
* Rx-ified version of {@link RMultimapCache}. * Rx-ified version of {@link RMultimapCache}.
* *
* @author Nikita Koksharov * @author Marnix Kammer
* *
* @param <K> key type * @param <K> key type
* @param <V> value type * @param <V> value type

@ -18,7 +18,7 @@ package org.redisson.api;
/** /**
* Rx-ified version of {@link RSetMultimapCache}. * Rx-ified version of {@link RSetMultimapCache}.
* *
* @author Nikita Koksharov * @author Marnix Kammer
* *
* @param <K> key type * @param <K> key type
* @param <V> value type * @param <V> value type

@ -15,7 +15,6 @@
*/ */
package org.redisson.api; package org.redisson.api;
import org.checkerframework.checker.units.qual.K;
import org.redisson.client.codec.Codec; import org.redisson.client.codec.Codec;
import org.redisson.config.Config; 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 <K> key type
* @param <V> value 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 <K> key type
* @param <V> value type * @param <V> value type

Loading…
Cancel
Save