Skip to content

Commit

Permalink
Merge pull request #76 from BotMill/fb-botmill-aurasphere-evo
Browse files Browse the repository at this point in the history
Removed SafeVarargs annotation
  • Loading branch information
Alvin Reyes authored Mar 2, 2017
2 parents 7c8eef5 + f8aaacd commit e856a78
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 e856a78

Please sign in to comment.