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

Unified Diff: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/ImplicitSourceSet.java

Issue 242373005: Translate server interfaces and navigation/outline computers. (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
Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/ImplicitSourceSet.java
diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/ImplicitSourceSet.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/ImplicitSourceSet.java
index 199ad207530727c9d734e15b793e41bb3131f8a7..4cedf08a7274d55f7bccff482091a02304b69aef 100644
--- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/ImplicitSourceSet.java
+++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/ImplicitSourceSet.java
@@ -15,6 +15,7 @@
package com.google.dart.server.internal.local;
import com.google.dart.engine.source.Source;
+import com.google.dart.engine.utilities.translation.DartName;
import com.google.dart.server.SourceSet;
import com.google.dart.server.SourceSetKind;
@@ -23,6 +24,7 @@ import com.google.dart.server.SourceSetKind;
*
* @coverage dart.server.local
*/
+@DartName("_ImplicitSourceSet")
public class ImplicitSourceSet implements SourceSet {
private final SourceSetKind kind;
« no previous file with comments | « no previous file | editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/internal/local/computer/DartUnitNavigationComputer.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698