Skip to content

Commit

Permalink
Remove TODO about ZonedDateTime in IndexSetConfig
Browse files Browse the repository at this point in the history
The issue has been resolved in #3198
  • Loading branch information
Jochen Schalanda committed Dec 20, 2016
1 parent 76ade2c commit 7c901a2
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -21,8 +21,8 @@
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.google.auto.value.AutoValue;
import org.graylog.autovalue.WithBeanGetter;
import com.google.common.collect.ComparisonChain;
import org.graylog.autovalue.WithBeanGetter;
import org.graylog2.plugin.indexer.retention.RetentionStrategyConfig;
import org.graylog2.plugin.indexer.rotation.RotationStrategyConfig;
import org.hibernate.validator.constraints.NotBlank;
Expand Down Expand Up @@ -128,7 +128,6 @@ public boolean indexOptimizationDisabled() {
return false;
}

// TODO 2.2: creation_date is a string but needs to be a date - look at AlertImpl for example
@JsonCreator
public static IndexSetConfig create(@Id @ObjectId @JsonProperty("_id") @Nullable String id,
@JsonProperty("title") @NotBlank String title,
Expand Down

0 comments on commit 7c901a2

Please sign in to comment.