mirror of
https://github.com/corda/corda.git
synced 2025-02-06 02:59:15 +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("")).