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

Unified Diff: pkg/analysis_server/lib/src/services/completion/completion_manager.dart

Issue 1310263003: Reformat code to minimize churn (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 3 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/services/completion/completion_manager.dart
diff --git a/pkg/analysis_server/lib/src/services/completion/completion_manager.dart b/pkg/analysis_server/lib/src/services/completion/completion_manager.dart
index 986cc8b40f4dc2917a4e5aed97dcb8404ceeaae3..ebc50542d87c3acc0e12a96a69041fd2e0964953 100644
--- a/pkg/analysis_server/lib/src/services/completion/completion_manager.dart
+++ b/pkg/analysis_server/lib/src/services/completion/completion_manager.dart
@@ -21,7 +21,6 @@ import 'package:analyzer/src/generated/source.dart';
* for use in the next code completion.
*/
abstract class CompletionCache {
-
/**
* The context in which the completion was computed.
*/
@@ -39,7 +38,6 @@ abstract class CompletionCache {
* Manages completion contributors for a given completion request.
*/
abstract class CompletionManager {
-
/**
* The context in which the completion was computed.
*/
@@ -222,7 +220,6 @@ class CompletionPerformance {
* Encapsulates information specific to a particular completion request.
*/
class CompletionRequestImpl implements CompletionRequest {
-
/**
* The underlying analysis server for this completion request.
*/
@@ -247,7 +244,6 @@ class CompletionRequestImpl implements CompletionRequest {
* Code completion result generated by an [CompletionManager].
*/
class CompletionResultImpl implements CompletionResult {
-
/**
* The length of the text to be replaced if the remainder of the identifier
* containing the cursor is to be replaced when the suggestion is applied
@@ -298,7 +294,6 @@ class NoOpCompletionManager extends CompletionManager {
* The performance of an operation when computing code completion.
*/
class OperationPerformance {
-
/**
* The name of the operation
*/

Powered by Google App Engine
This is Rietveld 408576698