Repository: commons-compress Updated Branches: refs/heads/master 763c383fa -> 34cf64fac
char[] overloads don't need to talk about encoding Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/commit/bafc8e74 Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/tree/bafc8e74 Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/diff/bafc8e74 Branch: refs/heads/master Commit: bafc8e74f24b116402351e5462c86eee4303109b Parents: dc52c6b Author: Stefan Bodewig <bode...@apache.org> Authored: Mon May 7 19:50:54 2018 +0200 Committer: Stefan Bodewig <bode...@apache.org> Committed: Wed May 9 12:35:49 2018 +0200 ---------------------------------------------------------------------- .../apache/commons/compress/archivers/sevenz/SevenZFile.java | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/commons-compress/blob/bafc8e74/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java b/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java index 8ce3e39..421c34a 100644 --- a/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java +++ b/src/main/java/org/apache/commons/compress/archivers/sevenz/SevenZFile.java @@ -147,9 +147,7 @@ public class SevenZFile implements Closeable { * allows you to read from an in-memory archive.</p> * * @param channel the channel to read - * @param password optional password if the archive is encrypted - - * the byte array is supposed to be the UTF16-LE encoded - * representation of the password. + * @param password optional password if the archive is encrypted * @throws IOException if reading the archive fails * @since 1.17 */ @@ -167,9 +165,7 @@ public class SevenZFile implements Closeable { * * @param channel the channel to read * @param filename name of the archive - only used for error reporting - * @param password optional password if the archive is encrypted - - * the byte array is supposed to be the UTF16-LE encoded - * representation of the password. + * @param password optional password if the archive is encrypted * @throws IOException if reading the archive fails * @since 1.17 */