Skip to content

Commit

Permalink
Update deprecations.
Browse files Browse the repository at this point in the history
  • Loading branch information
OlgaMaciaszek committed Oct 11, 2024
1 parent 3094422 commit 0d3a805
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2013-2022 the original author or authors.
* Copyright 2013-2024 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -53,7 +53,7 @@ public class DefaultEurekaClientHttpRequestFactorySupplier implements EurekaClie
* @deprecated in favour of
* {@link DefaultEurekaClientHttpRequestFactorySupplier#DefaultEurekaClientHttpRequestFactorySupplier(RestTemplateTimeoutProperties)}
*/
@Deprecated
@Deprecated(forRemoval = true)
public DefaultEurekaClientHttpRequestFactorySupplier() {
this.restTemplateTimeoutProperties = new RestTemplateTimeoutProperties();
}
Expand Down

0 comments on commit 0d3a805

Please sign in to comment.