Fix HawkbitSDKConfigurtion -> HawkbitSDKConfiguration typo (#2074)
Signed-off-by: Avgustin Marinov <Avgustin.Marinov@bosch.com>
This commit is contained in:
@@ -40,7 +40,7 @@ import org.springframework.http.MediaType;
|
||||
@EnableHypermediaSupport(type = EnableHypermediaSupport.HypermediaType.HAL)
|
||||
@Import(FeignClientsConfiguration.class)
|
||||
@PropertySource("classpath:/hawkbit-sdk-defaults.properties")
|
||||
public class HawkbitSDKConfigurtion {
|
||||
public class HawkbitSDKConfiguration {
|
||||
|
||||
/**
|
||||
* An feign request interceptor to set the defined {@code Accept} and {@code Content-Type} headers for each request
|
||||
@@ -1 +1 @@
|
||||
org.eclipse.hawkbit.sdk.HawkbitSDKConfigurtion
|
||||
org.eclipse.hawkbit.sdk.HawkbitSDKConfiguration
|
||||
Reference in New Issue
Block a user