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

Unified Diff: pkg/analysis_server/lib/plugin/analysis/occurrences/occurrences.dart

Issue 2894883002: Remove more libraries directives from server (Closed)
Patch Set: Created 3 years, 7 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/plugin/analysis/occurrences/occurrences.dart
diff --git a/pkg/analysis_server/lib/plugin/analysis/occurrences/occurrences.dart b/pkg/analysis_server/lib/plugin/analysis/occurrences/occurrences.dart
index 22aecf5e4f764324b0875fd2629e2d22f731be1b..961eee9b192bbf4463b40f580c0b98c873c76884 100644
--- a/pkg/analysis_server/lib/plugin/analysis/occurrences/occurrences.dart
+++ b/pkg/analysis_server/lib/plugin/analysis/occurrences/occurrences.dart
@@ -23,8 +23,6 @@
* ...
* }
*/
-library analysis_server.plugin.analysis.occurrences.occurrences;
-
import 'package:analysis_server/plugin/analysis/occurrences/occurrences_core.dart';
import 'package:analysis_server/src/plugin/server_plugin.dart';
import 'package:plugin/plugin.dart';

Powered by Google App Engine
This is Rietveld 408576698