Merge branch '2.0.x'

This commit is contained in:
Madhura Bhave 2018-07-26 12:36:40 -07:00
commit db1d3fa282
1 changed files with 0 additions and 2 deletions

View File

@ -22,7 +22,6 @@ import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.springframework.boot.autoconfigure.couchbase.OnBootstrapHostsCondition;
import org.springframework.context.annotation.Conditional;
import org.springframework.core.env.Environment;
@ -85,7 +84,6 @@ import org.springframework.core.env.Environment;
* </pre>
*
* 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 Stephane Nicoll