eclipse / jnosql

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

refact: using pattern matching for instanceof #405

Closed artsmandev closed 1 year ago

artsmandev commented 1 year ago

My change suggestions are about refact:

  1. In using the new feature pattern matching for instanceof.
  2. Some cases are two/three white lines in a row, I mean it's too much, so I removed them.

Thank you.

genie-jnosql commented 1 year ago

Can one of the admins verify this patch?

otaviojava commented 1 year ago

Thank you for the contribuition.