Skip to content

Commit ccf2d2d

Browse files
mschoutkdebski85
andauthored
Update springdoc-openapi-starter-common/src/main/java/org/springdoc/core/providers/HateoasHalProvider.java
Co-authored-by: Krzysztof Dębski <kdebski85@users.noreply.github.com>
1 parent fc5ef23 commit ccf2d2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

springdoc-openapi-starter-common/src/main/java/org/springdoc/core/providers/HateoasHalProvider.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ protected void init() {
8282
*/
8383
public boolean isHalEnabled() {
8484
return hateoasPropertiesOptional
85-
.map(this::isHalEnabled)
85+
.map(HateoasHalProvider ::isHalEnabled)
8686
.orElse(true);
8787
}
8888

0 commit comments

Comments
 (0)