You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: lib/src/main/java/io/ably/lib/object/ValueType.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,6 @@ public enum ValueType {
23
23
LIVE_MAP,
24
24
/** Corresponds to a {@code LiveCounter} object. Spec: RTTS2a8 */
25
25
LIVE_COUNTER,
26
-
/** Returned when path resolution fails or the resolved value has none of the known types; never produced by an {@code Instance} in normal operation. Spec: RTTS2a9 */
26
+
/** Returned by {@code PathObject#getType()} only when a value is present but matches none of the known types. Never produced by an {@code Instance} in normal operation. Spec: RTTS2a9 */
0 commit comments