squid:UselessParenthesesCheck - Useless parentheses around expressions should be removed to prevent any misunderstanding
This commit is contained in:
@ -66,7 +66,7 @@ public class App {
|
||||
});
|
||||
|
||||
context.start();
|
||||
context.getRoutes().stream().forEach((r) -> System.out.println(r));
|
||||
context.getRoutes().stream().forEach(r -> System.out.println(r));
|
||||
context.stop();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user