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

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

Issue 969113002: Reformat (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 10 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/operation/operation.dart
diff --git a/pkg/analysis_server/lib/src/operation/operation.dart b/pkg/analysis_server/lib/src/operation/operation.dart
index e9ed101115ef5be2dd7f08e6513fa923a4fe5497..1433c904818c9b5bc9c4df1e32f0f573ae624b82 100644
--- a/pkg/analysis_server/lib/src/operation/operation.dart
+++ b/pkg/analysis_server/lib/src/operation/operation.dart
@@ -7,7 +7,6 @@ library operation;
import 'package:analysis_server/src/analysis_server.dart';
import 'package:analyzer/src/generated/source.dart';
-
/**
* The class [ServerOperation] defines the behavior of objects used to perform
* operations on a [AnalysisServer].
@@ -24,7 +23,6 @@ abstract class ServerOperation {
void perform(AnalysisServer server);
}
-
/**
* The enumeration [ServerOperationPriority] defines the priority levels used
* to organize [ServerOperation]s in an optimal order. A smaller ordinal value
@@ -60,7 +58,6 @@ class ServerOperationPriority {
String toString() => name;
}
-
/**
* [SourceSensitiveOperation] can decide if the operation should be discarded
* before a change is applied to a [Source].
« no previous file with comments | « pkg/analysis_server/lib/src/get_handler.dart ('k') | pkg/analysis_server/lib/src/operation/operation_analysis.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698