mirror of
https://github.com/esiur/esiur-dart.git
synced 2025-05-06 04:02:57 +00:00
template
This commit is contained in:
parent
437121f223
commit
9d289ac202
@ -305,7 +305,6 @@ class TypeTemplate {
|
||||
_className = data.getString(offset + 1, data[offset]);
|
||||
offset += data[offset] + 1;
|
||||
|
||||
//print(" annotation : ${_className} ${hasAnnotation}");
|
||||
|
||||
if (hasParent) {
|
||||
_parentId = data.getGuid(offset);
|
||||
@ -318,7 +317,6 @@ class TypeTemplate {
|
||||
_annotation = data.getString(offset, len);
|
||||
offset += len;
|
||||
|
||||
//print("Has annotation ${_annotation}");
|
||||
}
|
||||
|
||||
_version = data.getInt32(offset);
|
||||
|
Loading…
x
Reference in New Issue
Block a user