Make the ActionBase type internal (#3069)
This commit is contained in:
parent
2ccf79a912
commit
7f6dd893dd
|
|
@ -4,6 +4,6 @@
|
|||
package com.microsoft.aspnet.signalr;
|
||||
|
||||
@FunctionalInterface
|
||||
public interface ActionBase {
|
||||
interface ActionBase {
|
||||
void invoke(Object ... params);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue