Removes todo handled in f06edbaf19

This commit is contained in:
Spencer Gibb
2018-12-13 11:27:58 -05:00
parent 5cf981c664
commit 9cfbbaa863

View File

@@ -117,7 +117,7 @@ public class PredicateSpec extends UriSpec {
*/
public BooleanSpec header(String header) {
return asyncPredicate(getBean(HeaderRoutePredicateFactory.class)
.applyAsync(c -> c.setHeader(header))); //TODO: default regexp
.applyAsync(c -> c.setHeader(header)));
}
/**