File tree Expand file tree Collapse file tree
src/main/java/org/apache/commons/codec/digest Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3030 *
3131 * Copied from Hadoop 2.6.3.
3232 * The code agrees with the following file in the 2.6.3 tag:
33- * https://git-wip-us .apache.org/repos/asf?p=hadoop.git;a=blob_plain;
33+ * https://gitbox .apache.org/repos/asf?p=hadoop.git;a=blob_plain;
3434 * f=hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/PureJavaCrc32.java;
3535 * hb=2120de588b92b9f22b1cc4188761d6a8c61aa778
3636 * <p>
Original file line number Diff line number Diff line change 2828 * and implemented on many Intel chipsets supporting SSE4.2.
2929 *
3030 * Copied from Hadoop 2.3.6:
31- * https://git-wip-us .apache.org/repos/asf?p=hadoop.git;a=blob_plain;
31+ * https://gitbox .apache.org/repos/asf?p=hadoop.git;a=blob_plain;
3232 * f=hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/util/PureJavaCrc32C.java;
3333 * hb=2120de588b92b9f22b1cc4188761d6a8c61aa778
3434 * <p>
Original file line number Diff line number Diff line change 2626 *
2727 * <p>
2828 * Copied from Commons Compress 1.14 <a href=
29- * "https://git-wip-us .apache.org/repos/asf?p=commons-compress.git;a=blob;f=src/main/java/org/apache/commons/compress/compressors/lz4/XXHash32.java;h=a406ffc197449be594d46f0d2712b2d4786a1e68;hb=HEAD">https://git-wip-us .apache.org/repos/asf?p=commons-compress.git;a=blob;f=src/main/java/org/apache/commons/compress/compressors/lz4/XXHash32.java;h=a406ffc197449be594d46f0d2712b2d4786a1e68;hb=HEAD</a>
29+ * "https://gitbox .apache.org/repos/asf?p=commons-compress.git;a=blob;f=src/main/java/org/apache/commons/compress/compressors/lz4/XXHash32.java;h=a406ffc197449be594d46f0d2712b2d4786a1e68;hb=HEAD">https://gitbox .apache.org/repos/asf?p=commons-compress.git;a=blob;f=src/main/java/org/apache/commons/compress/compressors/lz4/XXHash32.java;h=a406ffc197449be594d46f0d2712b2d4786a1e68;hb=HEAD</a>
3030 * </p>
3131 * <p>
3232 * NotThreadSafe
@@ -49,7 +49,7 @@ public class XXHash32 implements Checksum {
4949 private final byte [] oneByte = new byte [1 ];
5050 private final int [] state = new int [4 ];
5151 // Note: the code used to use ByteBuffer but the manual method is 50% faster
52- // See: http://git-wip-us .apache.org/repos/asf/commons-compress/diff/2f56fb5c
52+ // See: http://gitbox .apache.org/repos/asf/commons-compress/diff/2f56fb5c
5353 private final byte [] buffer = new byte [BUF_SIZE ];
5454 private final int seed ;
5555
You can’t perform that action at this time.
0 commit comments