| Index: client/dom/generated/src/wrapping/_NotationWrappingImplementation.dart
|
| diff --git a/client/dom/generated/src/wrapping/_NotationWrappingImplementation.dart b/client/dom/generated/src/wrapping/_NotationWrappingImplementation.dart
|
| index 2bbc55d4a0d5078b9fe63e689561133c5d744baa..fa0ced1cead275d07f6885e5921f8a78e9a4327d 100644
|
| --- a/client/dom/generated/src/wrapping/_NotationWrappingImplementation.dart
|
| +++ b/client/dom/generated/src/wrapping/_NotationWrappingImplementation.dart
|
| @@ -11,11 +11,11 @@ class _NotationWrappingImplementation extends _NodeWrappingImplementation implem
|
| return new _NotationWrappingImplementation();
|
| }
|
|
|
| - String get publicId() { return _get__Notation_publicId(this); }
|
| - static String _get__Notation_publicId(var _this) native;
|
| + String get publicId() { return _get_publicId(this); }
|
| + static String _get_publicId(var _this) native;
|
|
|
| - String get systemId() { return _get__Notation_systemId(this); }
|
| - static String _get__Notation_systemId(var _this) native;
|
| + String get systemId() { return _get_systemId(this); }
|
| + static String _get_systemId(var _this) native;
|
|
|
| String get typeName() { return "Notation"; }
|
| }
|
|
|