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

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestion.java

Issue 493363007: Fixes for comments in CL 474193003 (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 4 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: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestion.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestion.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestion.java
index 388d2e831f9d33801ccc2bd67f05c8a15ae22bed..6e7285fb5c1a0df2b02901794419f9f2ce9973e5 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestion.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/types/CompletionSuggestion.java
@@ -261,7 +261,7 @@ public class CompletionSuggestion {
/**
* True if the suggested element is deprecated.
*/
- public Boolean isIsDeprecated() {
+ public Boolean isDeprecated() {
return isDeprecated;
}
@@ -269,7 +269,7 @@ public class CompletionSuggestion {
* True if the element is not known to be valid for the target. This happens if the type of the
* target is dynamic.
*/
- public Boolean isIsPotential() {
+ public Boolean isPotential() {
return isPotential;
}

Powered by Google App Engine
This is Rietveld 408576698