Make FluentProtocol.Event public

This commit is contained in:
chimp1984 2021-10-19 22:54:20 +02:00
parent 81ec06d0dc
commit 2489bbc119
No known key found for this signature in database
GPG key ID: 9801B4EC591F90E3

View file

@ -43,7 +43,7 @@ import static com.google.common.base.Preconditions.checkArgument;
public class FluentProtocol {
interface Event {
public interface Event {
String name();
}