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

@@ -48,7 +48,7 @@ export class UntitledEditorInput extends AbstractUntitledEditorInput {
this.modeId = modeId;
}
public getId(): string {
public getTypeId(): string {
return UntitledEditorInput.ID;
}