We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60367c1 commit 9ab6e6fCopy full SHA for 9ab6e6f
modules/jooby-apt/src/test/java/tests/i3756/Issue3756.java
@@ -19,7 +19,6 @@ public void shouldCompile() throws Exception {
19
new ProcessorRunner(new C3756((S3756) s -> {}))
20
.withRouter(
21
(app, source) -> {
22
- System.out.println(source);
23
var routes = app.getRoutes();
24
assertNotNull(routes);
25
assertFalse(routes.isEmpty());
0 commit comments