Merge pull request #3074 from dotnet-maestro-bot/merge/release/2.2-to-master

[automated] Merge branch 'release/2.2' => 'master'
This commit is contained in:
Mikael Mengistu 2018-10-05 11:14:32 -07:00 committed by GitHub
commit 1e03a5880d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,6 +4,6 @@
package com.microsoft.aspnet.signalr;
@FunctionalInterface
public interface ActionBase {
interface ActionBase {
void invoke(Object ... params);
}