mirror of
https://github.com/corda/corda.git
synced 2024-12-30 09:48:59 +00:00
ENT-2913: Port from Ent: Add deprecated annotation for compatibilityZoneURL
(#4475)
This commit is contained in:
parent
d7f5a767e4
commit
cd842274ab
@ -34,6 +34,7 @@ interface NodeConfiguration {
|
|||||||
val security: SecurityConfiguration?
|
val security: SecurityConfiguration?
|
||||||
val devMode: Boolean
|
val devMode: Boolean
|
||||||
val devModeOptions: DevModeOptions?
|
val devModeOptions: DevModeOptions?
|
||||||
|
@Deprecated(message = "Use of single compatibility zone URL is deprecated", replaceWith = ReplaceWith("networkServices.networkMapURL"))
|
||||||
val compatibilityZoneURL: URL?
|
val compatibilityZoneURL: URL?
|
||||||
val networkServices: NetworkServicesConfig?
|
val networkServices: NetworkServicesConfig?
|
||||||
@Suppress("DEPRECATION")
|
@Suppress("DEPRECATION")
|
||||||
|
Loading…
Reference in New Issue
Block a user