ENT-2913: Port from Ent: Add deprecated annotation for compatibilityZoneURL (#4475)

This commit is contained in:
Viktor Kolomeyko 2018-12-28 17:51:26 +00:00 committed by GitHub
parent d7f5a767e4
commit cd842274ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -34,6 +34,7 @@ interface NodeConfiguration {
val security: SecurityConfiguration?
val devMode: Boolean
val devModeOptions: DevModeOptions?
@Deprecated(message = "Use of single compatibility zone URL is deprecated", replaceWith = ReplaceWith("networkServices.networkMapURL"))
val compatibilityZoneURL: URL?
val networkServices: NetworkServicesConfig?
@Suppress("DEPRECATION")