Skip to content

Commit da648b7

Browse files
committed
Update ControllerWriter.java
1 parent 8d07f20 commit da648b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

http-generator-jex/src/main/java/io/avaje/http/generator/jex/ControllerWriter.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ private void writeForMethod(MethodReader method) {
4747

4848
private void writeClassStart() {
4949
writer.append(AT_GENERATED).eol();
50-
writer.append(ctx.getDiAnnotation()).eol();
50+
writer.append(ctx.getDIAnnotation()).eol();
5151
writer.append("public class ").append(shortName).append("$Route implements Routing.Service {").eol().eol();
5252

5353
String controllerName = "controller";

0 commit comments

Comments
 (0)