Skip to content

Commit 035bf94

Browse files
committed
Small javadoc improvements
1 parent cab567a commit 035bf94

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/org/scoverage/plugin/SCoveragePreCompileMojo.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ public class SCoveragePreCompileMojo
9898
* <br>
9999
* <br>
100100
* Example:
101+
* <br>
101102
* {@code (empty);Reverse.*;.*AuthService.*;models\.data\..*}
102103
* <br>
103104
* <br>
@@ -110,7 +111,7 @@ public class SCoveragePreCompileMojo
110111
private String excludedPackages;
111112

112113
/**
113-
* Semicolon separated list of regular expressions for source paths to exclude.
114+
* Semicolon-separated list of regular expressions for source paths to exclude.
114115
* <br>
115116
*
116117
* @since 1.0.0

0 commit comments

Comments
 (0)