Skip to content

Commit

Permalink
fix: update extension using directly reflction
Browse files Browse the repository at this point in the history
Signed-off-by: Otavio Santana <otaviopolianasantana@gmail.com>
  • Loading branch information
otaviojava committed Jul 30, 2023
1 parent 6afc65a commit 6eda48b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class EntityMetadataExtension implements Extension {
private final ClassConverter converter;

{
converter = new ClassConverter(ClassOperationFactory.INSTANCE.getReflections());
converter = new ClassConverter(new Reflections());
}


Expand Down

0 comments on commit 6eda48b

Please sign in to comment.