mirror of
https://github.com/corda/corda.git
synced 2025-04-09 04:15:35 +00:00
Bear in mind that the condition in the previous code was (config == null) and now is (config == null || config.equals("")).
Bear in mind that the condition in the previous code was (config == null) and now is (config == null || config.equals("")).