Clarify deprecation comment to be accurate
The planned change in functionality was delayed until Juno, the original comment was written in IceHouse. There needs to be a period of two cycles for deprecation. N.B: No functional change in this patch, just change of comment. Change-Id: I3f452fbda59358fe85c1d7060a4abebd2f7c311a
This commit is contained in:
parent
42c3d487aa
commit
870be654f1
@ -61,7 +61,7 @@ class NotificationBase(PluginBase):
|
||||
:param conf: Configuration.
|
||||
"""
|
||||
|
||||
# TODO(sileht): Backwards compatibility, remove in J+1
|
||||
# TODO(sileht): Backwards compatibility, remove in J+2
|
||||
if hasattr(self, 'get_exchange_topics'):
|
||||
LOG.warn(_('get_exchange_topics API of NotificationPlugin is'
|
||||
'deprecated, implements get_targets instead.'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user