File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/compress/archivers/jar Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments