dvddhln / quarkus-reactive-hibernate-graphql-crud

Reactive Hibernate ORM and Panache with smallrye-graphql
9 stars 5 forks source link

Change variable names accordingly to its type #2

Closed DoktorZAG closed 2 years ago

DoktorZAG commented 2 years ago

In the following lines the names of the local variable are "switched": Movie is named as an actor, and an Actor is named as movie:

It would be great to fix the typo 🙂

https://github.com/dvddhln/quarkus-reactive-hibernate-graphql-crud/blob/a4d54cceb43981eb6de5f72553cc1db2394af9c9/src/main/java/entity/Actor.java#L54 https://github.com/dvddhln/quarkus-reactive-hibernate-graphql-crud/blob/a4d54cceb43981eb6de5f72553cc1db2394af9c9/src/main/java/entity/Actor.java#L55

dvddhln commented 2 years ago

Sorry about that, should be fixed and reflected in the gist. Thanks for noticing :)