This commit is contained in:
Mario Romano
2016-07-25 18:45:11 +01:00
parent dab19277f4
commit bdbe6edd06
3 changed files with 3 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ export class AlfrescoSettingsServiceMock {
private _host: string = AlfrescoSettingsServiceMock.DEFAULT_HOST_ADDRESS;
public get host(): string {
public get ecmHost(): string {
return this._host;
}