зеркало из https://github.com/mozilla/gecko-dev.git
Bug 715796 - Part 1: client name. r=rnewman
This commit is contained in:
Родитель
a6f17e6ef2
Коммит
77101d4810
|
@ -9,4 +9,5 @@ package org.mozilla.gecko.sync;
|
||||||
* Preprocessed class for storing preprocessed values.
|
* Preprocessed class for storing preprocessed values.
|
||||||
*/
|
*/
|
||||||
public class GlobalConstants {
|
public class GlobalConstants {
|
||||||
|
public static final String PRODUCT_NAME = "@MOZ_APP_DISPLAYNAME@";
|
||||||
}
|
}
|
||||||
|
|
|
@ -46,5 +46,4 @@ public class MultipleRecordsForGuidException extends SyncException {
|
||||||
public MultipleRecordsForGuidException(Exception ex) {
|
public MultipleRecordsForGuidException(Exception ex) {
|
||||||
super(ex);
|
super(ex);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче