Skip to content

Commit

Permalink
Fixed bug
Browse files Browse the repository at this point in the history
  • Loading branch information
benfortuna committed Jun 13, 2020
1 parent 783b3f9 commit 96d5f38
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -27,6 +27,6 @@ public List<ParameterFactory<? extends Parameter>> get() {
List<ParameterFactory<? extends Parameter>> factories = new ArrayList<>(rfc5545);
factories.addAll(rfc7986);

return rfc5545;
return factories;
}
}

0 comments on commit 96d5f38

Please sign in to comment.