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