Skip to content

Commit

Permalink
CAMEL-10575: snakeyaml: add an option to filter classes the yaml pars…
Browse files Browse the repository at this point in the history
…er can construct
  • Loading branch information
oscerd committed Dec 10, 2016
1 parent c98e48a commit bea972e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@
*/
package org.apache.camel.component.snakeyaml;

import java.util.function.Predicate;

public interface TypeFilter {
boolean test(String type);
}
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@
import java.util.Collections;
import java.util.List;
import java.util.regex.Pattern;
import java.util.stream.Collectors;

import org.apache.camel.util.ObjectHelper;

Expand Down

0 comments on commit bea972e

Please sign in to comment.