Skip to content

Commit e856a78

Browse files
author
Alvin Reyes
authored
Merge pull request #76 from BotMill/fb-botmill-aurasphere-evo
Removed SafeVarargs annotation
2 parents 7c8eef5 + f8aaacd commit e856a78

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/co/aurasphere/botmill/fb/support/FbBotMillMockMediator.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@ public FbBotMillMockMediator(String facebookMockId,
9898
* @param botDefinitions
9999
* a list of classes implementing {@link BotDefinition}.
100100
*/
101-
@SafeVarargs
102101
public FbBotMillMockMediator(String facebookMockId,
103102
Class<? extends BotDefinition>... botDefinitions) {
104103
this.facebookMockId = facebookMockId;

0 commit comments

Comments
 (0)