Bug 715796 - Part 1: client name. r=rnewman

This commit is contained in:
Marina Samuel 2012-03-02 17:36:15 -08:00
parent a6f17e6ef2
commit 77101d4810
2 changed files with 1 additions and 1 deletions

View File

@ -9,4 +9,5 @@ package org.mozilla.gecko.sync;
* Preprocessed class for storing preprocessed values.
*/
public class GlobalConstants {
public static final String PRODUCT_NAME = "@MOZ_APP_DISPLAYNAME@";
}

View File

@ -46,5 +46,4 @@ public class MultipleRecordsForGuidException extends SyncException {
public MultipleRecordsForGuidException(Exception ex) {
super(ex);
}
}