Whitespace cleanup
This commit is contained in:
parent
06cb20f2a5
commit
87dc5cfb24
|
|
@ -306,7 +306,7 @@ public class GenomeLoc implements Comparable<GenomeLoc>, Serializable, HasGenome
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
return (int)( start << 16 + stop << 4 + contigIndex );
|
return start << 16 | stop << 4 | contigIndex;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue