Skip to content

Commit

Permalink
Set Filter kvp class public
Browse files Browse the repository at this point in the history
  • Loading branch information
tspoke committed May 4, 2017
1 parent 0af8545 commit 9146ce3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public <T> Filter add(String key, FilterType type, T[] values) {
/**
* Immutable KeyValuePair class
*/
static class KeyValuePair<T> {
public static class KeyValuePair<T> {
final FilterType filterType;
final T value;

Expand Down

0 comments on commit 9146ce3

Please sign in to comment.