Skip to content

Commit b087095

Browse files
committed
Mark unsupported annotations as internal for now
1 parent 78a6119 commit b087095

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/kotlin/io/github/tobi/laa/spring/boot/embedded/redis/cluster/EmbeddedRedisCluster.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ import org.springframework.test.context.ContextCustomizerFactories
1313
@MustBeDocumented
1414
@ExtendWith(RedisFlushAllExtension::class)
1515
@ContextCustomizerFactories(RedisServerContextCustomizerFactory::class)
16-
annotation class EmbeddedRedisCluster
16+
internal annotation class EmbeddedRedisCluster

src/main/kotlin/io/github/tobi/laa/spring/boot/embedded/redis/shardedcluster/EmbeddedRedisShardedCluster.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ import org.springframework.test.context.ContextCustomizerFactories
1313
@MustBeDocumented
1414
@ExtendWith(RedisFlushAllExtension::class)
1515
@ContextCustomizerFactories(RedisServerContextCustomizerFactory::class)
16-
annotation class EmbeddedRedisShardedCluster
16+
internal annotation class EmbeddedRedisShardedCluster

0 commit comments

Comments
 (0)