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

@@ -133,7 +133,7 @@ export class ResourceEditorInput extends EditorInput {
this.resource = resource;
}
public getId(): string {
public getTypeId(): string {
return ResourceEditorInput.ID;
}