Skip to content

Commit

Permalink
remove override for now
Browse files Browse the repository at this point in the history
  • Loading branch information
jenschude committed Oct 11, 2023
1 parent e35ad8b commit 4cf7c79
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ class JavaHttpRequestRenderer constructor(override val vrapTypeProvider: VrapTyp
|@Deprecated""" else ""}
|public class ${type.toRequestName()} extends $apiMethodClass\<${type.toRequestName()}, ${type.javaReturnType(vrapTypeProvider)}$bodyTypeClass\>${if (implements.isNotEmpty()) " implements ${implements.joinToString(", ")}" else ""} {
|
| @Override
| public TypeReference\<${type.javaReturnType(vrapTypeProvider)}\> resultType() {
| return new TypeReference\<${type.javaReturnType(vrapTypeProvider)}\>() {
| };
Expand Down

0 comments on commit 4cf7c79

Please sign in to comment.