Skip to content

Commit 7fbc7b1

Browse files
author
Quintin Willison
committed
Make the DeltaExtras constructor private as it's not needed in the public API.
1 parent 00f1167 commit 7fbc7b1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/src/main/java/io/ably/lib/types/DeltaExtras.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public final class DeltaExtras {
2626
private final String format;
2727
private final String from;
2828

29-
public DeltaExtras(final String format, final String from) {
29+
private DeltaExtras(final String format, final String from) {
3030
if (null == format) {
3131
throw new IllegalArgumentException("format cannot be null.");
3232
}

0 commit comments

Comments
 (0)