Index: client/dom/templates/dom/dummy/factoryprovider.darttemplate |
diff --git a/client/dom/generated/src/interface/DOMURL.dart b/client/dom/templates/dom/dummy/factoryprovider.darttemplate |
similarity index 74% |
copy from client/dom/generated/src/interface/DOMURL.dart |
copy to client/dom/templates/dom/dummy/factoryprovider.darttemplate |
index 6744630cbc6a256ddc357ff222d2059d2ef38e02..68fc08702ba52cba199fe40319ffa1fdf1549381 100644 |
--- a/client/dom/generated/src/interface/DOMURL.dart |
+++ b/client/dom/templates/dom/dummy/factoryprovider.darttemplate |
@@ -2,7 +2,6 @@ |
// for details. All rights reserved. Use of this source code is governed by a |
// BSD-style license that can be found in the LICENSE file. |
-// WARNING: Do not edit - generated code. |
- |
-interface DOMURL { |
+class $FACTORYPROVIDER { |
+ factory $CONSTRUCTOR($PARAMETERS) => _dummy(); |
} |