cescoffier / vertx-microservices-workshop

Vert.x Microservices Hand's on lab
http://escoffier.me/vertx-hol/
Apache License 2.0
330 stars 196 forks source link

Two compiler warning fixes due to generics #35

Closed ctron closed 7 years ago

ctron commented 7 years ago

Unfortunately it is not possible to clean out all compiler warnings in this file without using @SuppressWarnings, but it is a start 😉

tsegismont commented 7 years ago

If you update this class you need to update the solutions folder as well

ctron commented 7 years ago

Maybe you could point me to the right file, as I can't see find the vertx-workshop-common module in the solutions folder structure. Or did I misunderstand that?

tsegismont commented 7 years ago

Oops, my bad. You're right. The solution folder only has code for the projects to modify.

2017-07-18 16:06 GMT+02:00 Jens Reimann notifications@github.com:

Maybe you could point me to the right file, as I can't see find the vertx-workshop-common module in the solutions folder structure. Or did I misunderstand that?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/cescoffier/vertx-microservices-workshop/pull/35#issuecomment-316074626, or mute the thread https://github.com/notifications/unsubscribe-auth/ABbltobCp18Xm79kUB_8qan2QZHo7J_Oks5sPLv8gaJpZM4ObIhm .

cescoffier commented 7 years ago

Thanks !