Commit c775ff8f authored by Madhura Bhave's avatar Madhura Bhave

Fix import

parent 6bd438a7
...@@ -22,7 +22,6 @@ import java.lang.annotation.Retention; ...@@ -22,7 +22,6 @@ import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy; import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target; import java.lang.annotation.Target;
import org.springframework.boot.autoconfigure.couchbase.OnBootstrapHostsCondition;
import org.springframework.context.annotation.Conditional; import org.springframework.context.annotation.Conditional;
import org.springframework.core.env.Environment; import org.springframework.core.env.Environment;
...@@ -85,7 +84,6 @@ import org.springframework.core.env.Environment; ...@@ -85,7 +84,6 @@ import org.springframework.core.env.Environment;
* </pre> * </pre>
* *
* It is better to use a custom condition for such cases. * It is better to use a custom condition for such cases.
* See {@link OnBootstrapHostsCondition} for an example of a custom condition.
* *
* @author Maciej Walkowiak * @author Maciej Walkowiak
* @author Stephane Nicoll * @author Stephane Nicoll
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment