Skip to content

Commit c64ee66

Browse files
committed
Javadoc
1 parent acf8e4c commit c64ee66

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/apache/commons/compress/archivers/jar/JarArchiveEntry.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public JarArchiveEntry(final ZipEntry entry) throws ZipException {
7676
* Gets a copy of the list of certificates or null if there are none.
7777
*
7878
* @return Always returns null in the current implementation
79-
* @deprecated since 1.5, not currently implemented
79+
* @deprecated Since 1.5, not currently implemented
8080
*/
8181
@Deprecated
8282
public Certificate[] getCertificates() {
@@ -92,7 +92,7 @@ public Certificate[] getCertificates() {
9292
/**
9393
* This method is not implemented and won't ever be. The JVM equivalent has a different name {@link java.util.jar.JarEntry#getAttributes()}
9494
*
95-
* @deprecated since 1.5, do not use; always returns null
95+
* @deprecated Since 1.5, do not use; always returns null
9696
* @return Always returns null.
9797
*/
9898
@Deprecated

0 commit comments

Comments
 (0)