1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2024-06-25 21:14:49 +02:00

UserId.parse(): Prevent self-referencing javadoc

This commit is contained in:
Paul Schaub 2023-05-03 17:20:02 +02:00
parent 3cea985365
commit fb581f11c7
Signed by: vanitasvitae
GPG key ID: 62BEE9264BF17311

View file

@ -88,7 +88,7 @@ public final class UserId implements CharSequence {
* <li><pre>John Doe &lt;john@pgpainless.org&gt;</pre></li>
* <li><pre>John Doe (work email) &lt;john@pgpainless.org&gt;</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>