From fede7f40e43b77300523ece43b794d7c0a880944 Mon Sep 17 00:00:00 2001 From: Martin Schroeder Date: Wed, 25 Apr 2018 22:17:31 +0200 Subject: [PATCH] Bug 1440587 - Follow-up: Corrected wording in deprecation messages. r=philipp --- calendar/base/modules/calUtilsCompat.jsm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/calendar/base/modules/calUtilsCompat.jsm b/calendar/base/modules/calUtilsCompat.jsm index dda1b9454c..95187c9039 100644 --- a/calendar/base/modules/calUtilsCompat.jsm +++ b/calendar/base/modules/calUtilsCompat.jsm @@ -195,7 +195,7 @@ function injectCalUtilsCompat(global) { global.ProviderBase = class extends global.provider.BaseClass { initProviderBase() { - Deprecated.warning("calProviderUtils' cal.provider.BaseClass() has changed to cal.provider.BaseClass()", + Deprecated.warning("calProviderUtils' cal.ProviderBase() has changed to cal.provider.BaseClass()", "https://bugzilla.mozilla.org/show_bug.cgi?id=905097", Components.stack.caller); super.initProviderBase(); @@ -204,7 +204,7 @@ function injectCalUtilsCompat(global) { global.BadCertHandler = class extends global.provider.BadCertHandler { constructor() { - Deprecated.warning("calProviderUtils' cal.provider.BadCertHandler() has changed to cal.provider.BadCertHandler()", + Deprecated.warning("calProviderUtils' cal.BadCertHandler() has changed to cal.provider.BadCertHandler()", "https://bugzilla.mozilla.org/show_bug.cgi?id=905097", Components.stack.caller); super(); @@ -213,7 +213,7 @@ function injectCalUtilsCompat(global) { global.FreeBusyInterval = class extends global.provider.FreeBusyInterval { constructor() { - Deprecated.warning("calProviderUtils' cal.provider.FreeBusyInterval() has changed to cal.provider.FreeBusyInterval()", + Deprecated.warning("calProviderUtils' cal.FreeBusyInterval() has changed to cal.provider.FreeBusyInterval()", "https://bugzilla.mozilla.org/show_bug.cgi?id=905097", Components.stack.caller); super();