Skip to content

Commit

Permalink
Merge pull request #25 from voidpointer0x00/fix/nullable-expiresAt
Browse files Browse the repository at this point in the history
Fix/nullable expires at
  • Loading branch information
voidpointer0x00 committed Jun 13, 2023
2 parents e7cce4a + 8401b11 commit 0fc8b40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<groupId>voidpointer.spigot</groupId>
<artifactId>voidwhitelist</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>
<packaging>jar</packaging>

<name>VoidWhitelist</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ public final class SimpleWhitelistable extends AbstractWhitelistable {
private UUID uniqueId;
@NonNull
private String name;
@NonNull
private Date expiresAt;

@Override public boolean isAssociatedWith(final Player player) {
Expand Down

0 comments on commit 0fc8b40

Please sign in to comment.