Skip to content

Commit 7602907

Browse files
author
Hideki Itakura
committed
Added additional comment for Attachment.getGZipped() method
1 parent b44ea9f commit 7602907

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/main/java/com/couchbase/lite/Attachment.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,9 @@ else if (value != null) {
270270
}
271271

272272
/**
273+
* NOTE: getGZipped() can return correct value if Attachment is returned from Database.getAttachmentForSequence(long, String).
274+
* This method should be internal use only.
275+
*
273276
* @exclude
274277
*/
275278
@InterfaceAudience.Private

0 commit comments

Comments
 (0)