Skip to content

Commit

Permalink
Update to BindingServiceProperties
Browse files Browse the repository at this point in the history
  • Loading branch information
spencergibb committed Sep 29, 2017
1 parent a2d8f06 commit 6f2fc1d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
import org.springframework.boot.autoconfigure.condition.ConditionalOnProperty;
import org.springframework.cloud.stream.annotation.EnableBinding;
import org.springframework.cloud.stream.config.BindingProperties;
import org.springframework.cloud.stream.config.ChannelBindingServiceProperties;
import org.springframework.cloud.stream.config.BindingServiceProperties;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

Expand All @@ -48,7 +48,7 @@
public class TurbineStreamAutoConfiguration {

@Autowired
private ChannelBindingServiceProperties bindings;
private BindingServiceProperties bindings;

@Autowired
private TurbineStreamProperties properties;
Expand Down

0 comments on commit 6f2fc1d

Please sign in to comment.