Skip to content

Commit

Permalink
Remove misleading commentary.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quintin Willison committed Jun 11, 2020
1 parent 0752b58 commit c56c859
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions lib/src/main/java/io/ably/lib/types/MessageExtras.java
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,7 @@
public final class MessageExtras {
private static final String TAG = MessageExtras.class.getName();

/**
* Only intended for use with a MessageExtras instance received from Ably's servers (inbound).
*/
private final DeltaExtras delta;

/**
* Only intended for use with MessageExtras instances created to be sent to Ably's servers (outbound).
*/
private final JsonObject raw;

/**
Expand Down

0 comments on commit c56c859

Please sign in to comment.