Skip to content

Commit c775ff8

Browse files
committed
Fix import
1 parent 6bd438a commit c775ff8

File tree

1 file changed

+0
-2
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition

1 file changed

+0
-2
lines changed

spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/condition/ConditionalOnProperty.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
import java.lang.annotation.RetentionPolicy;
2323
import java.lang.annotation.Target;
2424

25-
import org.springframework.boot.autoconfigure.couchbase.OnBootstrapHostsCondition;
2625
import org.springframework.context.annotation.Conditional;
2726
import org.springframework.core.env.Environment;
2827

@@ -85,7 +84,6 @@
8584
* </pre>
8685
*
8786
* It is better to use a custom condition for such cases.
88-
* See {@link OnBootstrapHostsCondition} for an example of a custom condition.
8987
*
9088
* @author Maciej Walkowiak
9189
* @author Stephane Nicoll

0 commit comments

Comments
 (0)