rename AbstractRef to AbstractStructRef

This commit is contained in:
Kevin Jahns
2019-04-11 00:26:21 +02:00
parent 2ef11a5344
commit 9c29d820c8
5 changed files with 16 additions and 17 deletions

View File

@@ -53,7 +53,7 @@ export class AbstractStruct {
}
}
export class AbstractRef {
export class AbstractStructRef {
/**
* @param {ID} id
*/