davsclaus commented on code in PR #15367:
URL: https://github.com/apache/camel/pull/15367#discussion_r1736156069
##########
dsl/camel-jbang/camel-jbang-core/src/main/java/org/apache/camel/dsl/jbang/core/commands/ExportBaseCommand.java:
##########
@@ -219,6 +219,8 @@ public abstract class ExportBaseCommand extends
CamelCommand {
protected boolean symbolicLink; // copy source files using symbolic
link
+ protected boolean javaLivingReload; // reload java codes in dev
Review Comment:
Could be a little typo in the variable name, this sounds better:
javaLiveReload
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]