Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(563)

Unified Diff: lib/message_generator.dart

Issue 128003003: Fix issue with importing packages where the package name included a dot (Closed) Base URL: https://github.com/dart-lang/dart-protoc-plugin.git@master
Patch Set: Update pubspec version Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/file_generator.dart ('k') | lib/protobuf_field.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/message_generator.dart
diff --git a/lib/message_generator.dart b/lib/message_generator.dart
index fce3a39cc2aa937ec7a517efd3f65541576be9a8..f7ec14f72d074ab3a9a3c212b8a9c2cca2749622 100644
--- a/lib/message_generator.dart
+++ b/lib/message_generator.dart
@@ -6,7 +6,7 @@ part of protoc;
const String SP = ' ';
-class MessageGenerator implements ProtobufContainer {
+class MessageGenerator extends ProtobufContainer {
// List of names which cannot be used in a subclass of GeneratedMessage.
static final List<String> reservedNames =
['hashCode', 'noSuchMethod','runtimeType', 'toString',
« no previous file with comments | « lib/file_generator.dart ('k') | lib/protobuf_field.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698