Posts by Rodrigo De Almeida Padilha • 21 points
1 post
-
2
votes1
answer507
viewsQ: Method does not Override or implement a method from a supertype
I’m creating a converter and it’s giving me this mistake: Method does not Override or implement a method from a supertype Converter code: package com.mycompany.conversor; import…