Skip to content

Commit 3b8f6b8

Browse files
committed
Make Java 8 happy with Javadoc syntax
1 parent c2c7ca3 commit 3b8f6b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/main/java/org/nibor/autolink/LinkExtractor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
/**
1010
* Extracts links from input.
11-
* <p/>
11+
* <p>
1212
* Create and configure an extractor using {@link #builder()}, then call {@link #extractLinks}.
1313
*/
1414
public class LinkExtractor {

src/main/java/org/nibor/autolink/internal/EmailScanner.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
/**
77
* Scan for email address starting from the trigger character "@".
8-
* <p/>
8+
* <p>
99
* Based on RFC 6531, but also scans invalid IDN. Doesn't match IP address in domain part or quoting in local part.
1010
*/
1111
public class EmailScanner implements Scanner {

0 commit comments

Comments
 (0)