spring-cloud / spring-cloud-consul

Spring Cloud Consul
http://cloud.spring.io/spring-cloud-consul/
Apache License 2.0
805 stars 543 forks source link

Fix classname typo in AutoConfigureAfter #838

Open p120ph37 opened 3 weeks ago

p120ph37 commented 3 weeks ago

The @AutoConfigureAfter annotation in ConsulAutoServiceRegistrationAutoConfiguration points to a non-autoconfig class: AutoServiceRegistrationConfiguration. I'm pretty sure this was intended to point to the very-similarly-named autoconfig class AutoServiceRegistrationAutoConfiguration.

@pivotal-cla This is an Obvious Fix