1
0
Fork 0
mirror of https://github.com/pgpainless/pgpainless.git synced 2025-09-15 21:29:38 +02:00

Revert comment change

This commit is contained in:
Péter Barabás 2022-04-05 14:26:58 +02:00
parent cfa560f65c
commit b331c43086
2 changed files with 1 additions and 9 deletions

View file

@ -1,8 +0,0 @@
## This file must *NOT* be checked into Version Control Systems,
# as it contains information specific to your local configuration.
#
# Location of the SDK. This is only used by Gradle.
# For customization when using a Version Control System, please read the
# header note.
#Mon Apr 04 22:58:31 CEST 2022
sdk.dir=/Users/pbarabas/Library/Android/sdk

View file

@ -134,7 +134,7 @@ public abstract class SelectUserId {
* Note: This only accepts user-ids which properly have the email address surrounded by angle brackets. * Note: This only accepts user-ids which properly have the email address surrounded by angle brackets.
* *
* The argument <pre>email</pre> can both be a plain email address (<pre>"foo@bar.baz"</pre>), * The argument <pre>email</pre> can both be a plain email address (<pre>"foo@bar.baz"</pre>),
* or surrounded by angle brackets (<pre>"foo@bar.baz"</pre>, the result of the filter will be the same. * or surrounded by angle brackets (<pre>"<foo@bar.baz>"</pre>, the result of the filter will be the same.
* *
* @param email email address * @param email email address
* @return filter * @return filter