Skip to content

Commit 691ecfc

Browse files
committed
Add missing @author tag to DefaultSetOperations
Signed-off-by: Kiminni <imk0980@gmail.com>
1 parent cd23f4b commit 691ecfc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/org/springframework/data/redis/core/DefaultSetOperations.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
* @author Christoph Strobl
3434
* @author Mark Paluch
3535
* @author Roman Bezpalko
36+
* @author Mingi Lee
3637
*/
3738
class DefaultSetOperations<K, V> extends AbstractOperations<K, V> implements SetOperations<K, V> {
3839

0 commit comments

Comments
 (0)