Bug 1440587 - Follow-up: Corrected wording in deprecation messages. r=philipp

This commit is contained in:
Martin Schroeder 2018-04-25 22:17:31 +02:00
Родитель dd8cd9edcc
Коммит fede7f40e4
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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();