File tree 2 files changed +4
-4
lines changed
java/org/springframework/data/elasticsearch/utils/geohash
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ public class BitUtil { // magic numbers for bit interleaving
30
30
31
31
/**
32
32
* Interleaves the first 32 bits of each long value Adapted from:
33
- * http ://graphics.stanford.edu/~seander/bithacks.html#InterleaveBMN
33
+ * https ://graphics.stanford.edu/~seander/bithacks.html#InterleaveBMN
34
34
*/
35
35
public static long interleave (int even , int odd ) {
36
36
long v1 = 0x00000000FFFFFFFFL & even ;
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<Configuration strict =" true"
3
- xmlns =" http ://logging.apache.org/log4j/2.0/config"
4
- xmlns : xsi =" http ://www.w3.org/2001/XMLSchema-instance"
5
- xsi : schemaLocation =" http ://logging.apache.org/log4j/2.0/config
3
+ xmlns =" https ://logging.apache.org/log4j/2.0/config"
4
+ xmlns : xsi =" https ://www.w3.org/2001/XMLSchema-instance"
5
+ xsi : schemaLocation =" https ://logging.apache.org/log4j/2.0/config
6
6
https://raw.githubusercontent.com/apache/logging-log4j2/log4j-2.11.1/log4j-core/src/main/resources/Log4j-config.xsd" >
7
7
<Appenders >
8
8
<Console name =" console" target =" SYSTEM_OUT" >
You can’t perform that action at this time.
0 commit comments