Skip to content

Commit

Permalink
Merge pull request #3 from Graylog2/issue-2002
Browse files Browse the repository at this point in the history
do not validate the lastSeen property as being in the past
  • Loading branch information
bernd committed Apr 1, 2016
2 parents f62e0a2 + 3a9f015 commit 72a18d1
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -22,7 +22,6 @@

import javax.validation.Valid;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Past;
import javax.validation.constraints.Size;

public interface Collector {
Expand All @@ -38,7 +37,6 @@ public interface Collector {
String getCollectorVersion();

@NotNull
@Past
DateTime getLastSeen();

@NotNull
Expand Down

0 comments on commit 72a18d1

Please sign in to comment.