diff --git a/local.properties b/local.properties deleted file mode 100644 index 84440140..00000000 --- a/local.properties +++ /dev/null @@ -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 diff --git a/pgpainless-core/src/main/java/org/pgpainless/util/selection/userid/SelectUserId.java b/pgpainless-core/src/main/java/org/pgpainless/util/selection/userid/SelectUserId.java index 635b9053..65ac568b 100644 --- a/pgpainless-core/src/main/java/org/pgpainless/util/selection/userid/SelectUserId.java +++ b/pgpainless-core/src/main/java/org/pgpainless/util/selection/userid/SelectUserId.java @@ -134,7 +134,7 @@ public abstract class SelectUserId { * Note: This only accepts user-ids which properly have the email address surrounded by angle brackets. * * The argument
email
can both be a plain email address (
"foo@bar.baz"
), - * or surrounded by angle brackets (
"foo@bar.baz"
, the result of the filter will be the same. + * or surrounded by angle brackets (
""
, the result of the filter will be the same. * * @param email email address * @return filter