Skip to content

Commit 98d1cf5

Browse files
Merge branch 'release-v1.2.x'
2 parents 69e3b91 + 3f4c823 commit 98d1cf5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

problem4j-spring-webflux/src/main/java/io/github/problem4j/spring/webflux/ExceptionWebFluxAdvice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
* <li>Content type: {@code application/problem+json}
6161
* </ul>
6262
*
63-
* <p>Intended as a **generic fallback**, it ensures that unexpected exceptions still produce a
63+
* <p>Intended as a <b>generic fallback</b>, it ensures that unexpected exceptions still produce a
6464
* consistent {@link Problem} response. For more specific exception handling, use {@link
6565
* ProblemEnhancedWebFluxHandler}, {@link ProblemExceptionWebFluxAdvice}.
6666
*/

problem4j-spring-webmvc/src/main/java/io/github/problem4j/spring/webmvc/ExceptionWebMvcAdvice.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
* <li>Content type: {@code application/problem+json}
6262
* </ul>
6363
*
64-
* <p>Intended as a **generic fallback**, it ensures that unexpected exceptions still produce a
64+
* <p>Intended as a <b>generic fallback</b>, it ensures that unexpected exceptions still produce a
6565
* consistent {@link Problem} response. For more specific exception handling, use {@link
6666
* ProblemEnhancedWebMvcHandler}, {@link ProblemExceptionWebMvcAdvice}.
6767
*/

0 commit comments

Comments
 (0)