BAEL-7513 Add missing newline to Interval.java
This commit is contained in:
parent
d7527a382e
commit
433a32489c
|
@ -34,4 +34,4 @@ public class Interval {
|
||||||
public int hashCode() {
|
public int hashCode() {
|
||||||
return Objects.hash(start, end);
|
return Objects.hash(start, end);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue