eclipse / jnosql

Eclipse JNoSQL is a framework which has the goal to help Java developers to create Jakarta EE applications with NoSQL.
Other
231 stars 72 forks source link

refact: unecessary matcher #397

Closed artsmandev closed 1 year ago

artsmandev commented 1 year ago

My change suggestions are about refact:

  1. Mockito.eq is not needed in that's cases.
  2. public keyword is not needed.
  3. sort.isAscending() == true is not needed.

Thank you.

genie-jnosql commented 1 year ago

Can one of the admins verify this patch?

dearrudam commented 1 year ago

Thanks @artsmandev for the contribution!