Home
last modified time | relevance | path

Searched refs:myComment (Results 1 – 1 of 1) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/zip/
DZipArchiveEntry.java900 String myComment = getComment(); in equals() local
902 if (myComment == null) { in equals()
903 myComment = ""; in equals()
909 && myComment.equals(otherComment) in equals()