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

Side by Side Diff: pkg/analysis_server/lib/src/generated_protocol.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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file 1 // Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
2 // for details. All rights reserved. Use of this source code is governed by a 2 // for details. All rights reserved. Use of this source code is governed by a
3 // BSD-style license that can be found in the LICENSE file. 3 // BSD-style license that can be found in the LICENSE file.
4 // 4 //
5 // This file has been automatically generated. Please do not edit it manually. 5 // This file has been automatically generated. Please do not edit it manually.
6 // To regenerate the file, use the script 6 // To regenerate the file, use the script
7 // "pkg/analysis_server/spec/generate_files". 7 // "pkg/analysis_server/tool/spec/generate_files".
8 8
9 part of protocol; 9 part of protocol;
10 /** 10 /**
11 * server.getVersion params 11 * server.getVersion params
12 */ 12 */
13 class ServerGetVersionParams { 13 class ServerGetVersionParams {
14 Request toRequest(String id) { 14 Request toRequest(String id) {
15 return new Request(id, "server.getVersion", null); 15 return new Request(id, "server.getVersion", null);
16 } 16 }
17 17
(...skipping 9997 matching lines...) Expand 10 before | Expand all | Expand 10 after
10015 return false; 10015 return false;
10016 } 10016 }
10017 10017
10018 @override 10018 @override
10019 int get hashCode { 10019 int get hashCode {
10020 int hash = 0; 10020 int hash = 0;
10021 hash = _JenkinsSmiHash.combine(hash, newName.hashCode); 10021 hash = _JenkinsSmiHash.combine(hash, newName.hashCode);
10022 return _JenkinsSmiHash.finish(hash); 10022 return _JenkinsSmiHash.finish(hash);
10023 } 10023 }
10024 } 10024 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698