Skip to content

Commit

Permalink
This annotation isn't useful here.
Browse files Browse the repository at this point in the history
  • Loading branch information
baconmania committed Sep 13, 2018
1 parent 854c83b commit b1fb366
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

import org.apache.curator.framework.CuratorFramework;
import org.apache.curator.utils.ZKPaths;
import org.jetbrains.annotations.NotNull;

import com.codahale.metrics.MetricRegistry;
import com.google.common.cache.CacheBuilder;
Expand Down Expand Up @@ -49,7 +48,7 @@ public List<String> getBlacklist() {
return cache.getUnchecked(BLACKLIST_ROOT);
}

@NotNull private String getEmailPath(String email) {
private String getEmailPath(String email) {
return ZKPaths.makePath(BLACKLIST_ROOT, email);
}
}

0 comments on commit b1fb366

Please # to comment.