hansva commented on code in PR #4503:
URL: https://github.com/apache/hop/pull/4503#discussion_r1822322058
##########
plugins/tech/neo4j/src/main/java/org/apache/hop/neo4j/actions/check/CheckConnections.java:
##########
@@ -59,36 +63,38 @@ public CheckConnections(String name, String description) {
connectionNames = new ArrayList<>();
}
- @Override
- public String getXml() {
- StringBuilder xml = new StringBuilder();
- // Add action name, type, ...
- //
- xml.append(super.getXml());
+ /*
+ @Override
+ public String getXml() {
+ StringBuilder xml = new StringBuilder();
+ // Add action name, type, ...
+ //
+ xml.append(super.getXml());
Review Comment:
Delete commented code
--
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]