Fixed checkstyle

This commit is contained in:
Marcin Grzejszczak
2019-09-10 09:08:16 +02:00
parent a93d4d19f0
commit 1529473282

View File

@@ -762,4 +762,4 @@ final class Pair<S, T> {
return Objects.hash(first, second);
}
}
}