Bug 833508 - Make GlobalSyncStage construction process two phased. r=rnewman

This commit is contained in:
Nick Alexander
2013-01-22 17:23:33 -08:00
parent 3b07ed4d65
commit 350f04818b
22 changed files with 95 additions and 147 deletions

View File

@@ -464,7 +464,7 @@ public class SyncConfiguration implements CredentialsSource {
return serverURL + "user/1.0/" + userPart;
}
public String infoBaseURL() {
protected String infoBaseURL() {
return clusterURL + GlobalSession.API_VERSION + "/" + username + "/info/";
}