Skip to content

Commit 560d116

Browse files
authored
fix(rxbindings) Make ConnectionStateEvent public (#774)
* fix(rxbindings) Make ConnectionStateEvent public * Make class final
1 parent c0134e1 commit 560d116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rxbindings/src/main/java/com/amplifyframework/rx/RxOperations.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ public enum ConnectionState {
102102
/**
103103
* Describes events emitted by the {@link RxSubscriptionOperation} class.
104104
*/
105-
static class ConnectionStateEvent {
105+
public static final class ConnectionStateEvent {
106106
private ConnectionState connectionState;
107107
private String subscriptionId;
108108

0 commit comments

Comments
 (0)