Skip to content

Commit 678e9d9

Browse files
Zopsssromani
authored andcommitted
minor: fixed P tag content's placement in CauseParameterInExceptionCheck.java
1 parent 026b859 commit 678e9d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sevntu-checks/src/main/java/com/github/sevntu/checkstyle/checks/design/CauseParameterInExceptionCheck.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
* someone debugging the problem that caused the higher-level exception. The
4040
* lower-level exception (the cause) is passed to the higher-level.."
4141
* <i>[Joshua Bloch - Effective Java 2nd Edition, Chapter 4, Item 61]</i>
42-
* </p><p> Parameters: </p><ol>
42+
* </p><p>Parameters: </p><ol>
4343
* <li>Exception classNames regexp. ("classNamesRegexp" option).</li>
4444
* <li>regexp to ignore classes by names ("ignoredClassNamesRegexp" option).
4545
* </li><li>The names of classes which would be considered as Exception cause

0 commit comments

Comments
 (0)