Skip to content

Commit bd63433

Browse files
committed
Fix formatting
Signed-off-by: Chris Bono <chris.bono@broadcom.com>
1 parent b4376d6 commit bd63433

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

src/main/java/org/springframework/data/redis/connection/jedis/StreamConverters.java

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
*/
1616
package org.springframework.data.redis.connection.jedis;
1717

18-
import org.springframework.data.redis.connection.RedisStreamCommands;
1918
import redis.clients.jedis.BuilderFactory;
2019
import redis.clients.jedis.StreamEntryID;
2120
import redis.clients.jedis.args.StreamDeletionPolicy;
@@ -37,20 +36,10 @@
3736
import java.util.List;
3837
import java.util.Map;
3938
import java.util.stream.Collectors;
40-
4139
import org.jspecify.annotations.Nullable;
4240
import org.springframework.data.domain.Range;
43-
import org.springframework.data.redis.connection.RedisStreamCommands.XAddOptions;
44-
import org.springframework.data.redis.connection.RedisStreamCommands.XClaimOptions;
45-
import org.springframework.data.redis.connection.RedisStreamCommands.XPendingOptions;
46-
import org.springframework.data.redis.connection.RedisStreamCommands.XTrimOptions;
47-
import org.springframework.data.redis.connection.RedisStreamCommands.TrimOptions;
48-
import org.springframework.data.redis.connection.RedisStreamCommands.TrimOperator;
49-
import org.springframework.data.redis.connection.RedisStreamCommands.TrimStrategy;
50-
import org.springframework.data.redis.connection.RedisStreamCommands.MaxLenTrimStrategy;
51-
import org.springframework.data.redis.connection.RedisStreamCommands.MinIdTrimStrategy;
52-
import org.springframework.data.redis.connection.RedisStreamCommands.XDelOptions;
53-
import org.springframework.data.redis.connection.RedisStreamCommands.StreamEntryDeletionResult;
41+
import org.springframework.data.redis.connection.RedisStreamCommands;
42+
import org.springframework.data.redis.connection.RedisStreamCommands.*;
5443
import org.springframework.data.redis.connection.stream.ByteRecord;
5544
import org.springframework.data.redis.connection.stream.Consumer;
5645
import org.springframework.data.redis.connection.stream.PendingMessage;

0 commit comments

Comments
 (0)