corda/node/capsule/src
filipesoliveira 8eaf237a27 Refactored the previous bug fix to minimize duplication by reusing an existing function.
Bear in mind that the condition in the previous code was (config == null) and now is (config == null || config.equals("")).
2020-08-06 11:15:19 +01:00
..
main/java Refactored the previous bug fix to minimize duplication by reusing an existing function. 2020-08-06 11:15:19 +01:00
test/java CORDA-2984 Re-instate CordaCaplet tests and move CordaCaplet code into :node:cap… (#5197) 2019-06-07 08:55:19 +01:00