Skip to content

Commit 567d298

Browse files
Fix code format
1 parent 5ff6cd9 commit 567d298

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

problem4j-spring-webflux/src/main/java/io/github/problem4j/spring/webflux/autoconfigure/ProblemWebFluxProperties.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -347,12 +347,8 @@ private static ErrorWebExceptionHandler createDefault() {
347347
*
348348
* @param enabled whether the {@code ErrorWebExceptionHandler} should be replaced with {@code
349349
* ProblemErrorWebExceptionHandler}
350-
<<<<<<< HEAD
351-
* @see org.springframework.boot.webflux.error.ErrorWebExceptionHandler
352-
=======
353-
>>>>>>> release-v1.2.x
354350
* @see io.github.problem4j.spring.webflux.ProblemErrorWebExceptionHandler
355-
* @see org.springframework.boot.web.reactive.error.ErrorWebExceptionHandler
351+
* @see org.springframework.boot.webflux.error.ErrorWebExceptionHandler
356352
*/
357353
public ErrorWebExceptionHandler(@DefaultValue(DEFAULT_ENABLED_VALUE) boolean enabled) {
358354
this.enabled = enabled;

0 commit comments

Comments
 (0)