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