Skip to content

Commit

Permalink
Removed SafeVarargs annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
aurasphere committed Mar 2, 2017
1 parent 6a96737 commit f8aaacd
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ public FbBotMillMockMediator(String facebookMockId,
* @param botDefinitions
* a list of classes implementing {@link BotDefinition}.
*/
@SafeVarargs
public FbBotMillMockMediator(String facebookMockId,
Class<? extends BotDefinition>... botDefinitions) {
this.facebookMockId = facebookMockId;
Expand Down

0 comments on commit f8aaacd

Please sign in to comment.