Croway commented on a change in pull request #5501:
URL: https://github.com/apache/camel/pull/5501#discussion_r626446513
##########
File path:
core/camel-core-model/src/main/java/org/apache/camel/model/rest/VerbDefinition.java
##########
@@ -141,6 +144,22 @@ public void addOutput(ProcessorDefinition<?>
processorDefinition) {
route.addOutput(processorDefinition);
}
+ public boolean isDeprecated() {
Review comment:
You're right, I'm sorry I did a quick refactoring due to issues with xml
generation, I had an error in ModelXmlParserGeneratorMojo with boolean type,
but forgot about the getter, from camel codebase I see that Boolean getter are
both get* and is*, is there any preference?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]