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:
Chris Dent 2014-10-14 17:37:59 +01:00
parent 42c3d487aa
commit 870be654f1
1 changed files with 1 additions and 1 deletions

View File

@ -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.'))