getId() => getTypeId() for (#6324)

This commit is contained in:
Benjamin Pasero
2016-05-27 08:53:02 +02:00
parent 29b583c344
commit 44a8a1f1ba
18 changed files with 33 additions and 42 deletions

View File

@@ -63,7 +63,7 @@ export class DiffEditorInput extends BaseDiffEditorInput {
return this._toUnbind;
}
public getId(): string {
public getTypeId(): string {
return DiffEditorInput.ID;
}