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

Unified Diff: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/NonExistingSource.java

Issue 243263004: New analyzer snapshot. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 | « no previous file | editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/NonExistingSource.java
diff --git a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/NonExistingSource.java b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/NonExistingSource.java
index 4061e88f6b60d3722de1612066be42d0d75f724d..8a6d6f178d49ee4580dffc11fc69598574d0d143 100644
--- a/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/NonExistingSource.java
+++ b/editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/source/NonExistingSource.java
@@ -14,6 +14,7 @@
package com.google.dart.engine.source;
import com.google.dart.engine.internal.context.TimestampedData;
+import com.google.dart.engine.utilities.translation.DartOmit;
import java.net.URI;
@@ -43,6 +44,7 @@ public class NonExistingSource implements Source {
@Override
@Deprecated
+ @DartOmit
public void getContentsToReceiver(ContentReceiver receiver) throws Exception {
throw new UnsupportedOperationException(name + "does not exist.");
}
« no previous file with comments | « no previous file | editor/util/plugins/com.google.dart.java2dart/resources/java_core.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698