Skip to content

Commit 3f1d54f

Browse files
committed
Add missing doc to zip-comment-as-string
1 parent 5107cd2 commit 3f1d54f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/software/coley/llzip/format/model/EndOfCentralDirectory.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ public void setZipComment(ByteData zipComment) {
190190
this.zipComment = zipComment;
191191
}
192192

193+
/**
194+
* @return Optional comment, or empty string.
195+
*/
193196
public String getZipCommentAsString() {
194197
String zipCommentCache = this.zipCommentCache;
195198
if (zipCommentCache == null) {

0 commit comments

Comments
 (0)