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

Unified Diff: pkg/analysis_server/lib/src/generated_protocol.dart

Issue 1328273002: Explicitly document that NavigationRegion.targets cannot be empty. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 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
Index: pkg/analysis_server/lib/src/generated_protocol.dart
diff --git a/pkg/analysis_server/lib/src/generated_protocol.dart b/pkg/analysis_server/lib/src/generated_protocol.dart
index 4ee4157b5f8fe071cc191b1eadcb55beebe5e306..672e029035dd652398b6b64b43b763485f080c02 100644
--- a/pkg/analysis_server/lib/src/generated_protocol.dart
+++ b/pkg/analysis_server/lib/src/generated_protocol.dart
@@ -11153,14 +11153,14 @@ class NavigationRegion implements HasToJson {
/**
* The indexes of the targets (in the enclosing navigation response) to which
* the given region is bound. By opening the target, clients can implement
- * one form of navigation.
+ * one form of navigation. This list cannot be empty.
*/
List<int> get targets => _targets;
/**
* The indexes of the targets (in the enclosing navigation response) to which
* the given region is bound. By opening the target, clients can implement
- * one form of navigation.
+ * one form of navigation. This list cannot be empty.
*/
void set targets(List<int> value) {
assert(value != null);
« no previous file with comments | « pkg/analysis_server/doc/api.html ('k') | pkg/analysis_server/tool/spec/generated/java/types/NavigationRegion.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698