Closed archiloque closed 2 years ago
A small PR that does some code cleaning:
StandardCharsets.UTF_8
FileDao
TypeQuery
unchecked
These are backports of changed I've made in our main branch, I think they improve the code a bit but, but if you don't want them just tell me.
A small PR that does some code cleaning:
StandardCharsets.UTF_8
(from String and from Guava constants as https://github.com/google/guava/wiki/StringsExplained#charsets )FileDao
queries toTypeQuery
so theunchecked
can be removedThese are backports of changed I've made in our main branch, I think they improve the code a bit but, but if you don't want them just tell me.