mirror of
https://github.com/pgpainless/pgpainless.git
synced 2024-11-10 14:35:59 +01:00
UserId.parse(): Prevent self-referencing javadoc
This commit is contained in:
parent
3cea985365
commit
fb581f11c7
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ public final class UserId implements CharSequence {
|
|||
* <li><pre>John Doe <john@pgpainless.org></pre></li>
|
||||
* <li><pre>John Doe (work email) <john@pgpainless.org></pre></li>
|
||||
* </ul>
|
||||
* In these cases, {@link #parse(String)} will detect email addresses, names and comments and expose those
|
||||
* In these cases, this method will detect email addresses, names and comments and expose those
|
||||
* via the respective getters.
|
||||
* This method does not support parsing mail addresses of the following formats:
|
||||
* <ul>
|
||||
|
|
Loading…
Reference in a new issue