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

Unified Diff: pkg/analysis_server/tool/spec/codegen_tools.dart

Issue 565773002: fix path in generated comment (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: merge Created 6 years, 3 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 | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analysis_server/tool/spec/codegen_tools.dart
diff --git a/pkg/analysis_server/tool/spec/codegen_tools.dart b/pkg/analysis_server/tool/spec/codegen_tools.dart
index 4c1210c4116524263e30dc7f44defdb93f138a55..f97c8bb868b585870bafc523c9a90430916b6827 100644
--- a/pkg/analysis_server/tool/spec/codegen_tools.dart
+++ b/pkg/analysis_server/tool/spec/codegen_tools.dart
@@ -146,7 +146,7 @@ class CodeGenerator {
* the License.
*
* This file has been automatically generated. Please do not edit it manually.
- * To regenerate the file, use the script "pkg/analysis_server/spec/generate_files".
+ * To regenerate the file, use the script "pkg/analysis_server/tool/spec/generate_files".
*/''';
} else {
header = '''
@@ -156,7 +156,7 @@ class CodeGenerator {
//
// This file has been automatically generated. Please do not edit it manually.
// To regenerate the file, use the script
-// "pkg/analysis_server/spec/generate_files".
+// "pkg/analysis_server/tool/spec/generate_files".
''';
}
writeln(header.trim());
« no previous file with comments | « pkg/analysis_server/test/integration/protocol_matchers.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698