Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 9081f28

Browse files
devoncarewcommit-bot@chromium.org
authored andcommitted
[analyzer] fix a copy paste doc issue and 2 unused imports
Change-Id: I20f4ae5454c2bceafd3b86e279357dee3b321006 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/103644 Reviewed-by: Konstantin Shcheglov <[email protected]> Commit-Queue: Devon Carew <[email protected]>
1 parent 3c34c8f commit 9081f28

File tree

3 files changed

+1
-3
lines changed

3 files changed

+1
-3
lines changed

pkg/analysis_server/lib/src/server/driver.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ class Driver implements ServerStarter {
203203
"disable-server-feature-completion";
204204

205205
/**
206-
* The name of the option to disable the completion feature.
206+
* The name of the option to disable the search feature.
207207
*/
208208
static const String DISABLE_SERVER_FEATURE_SEARCH =
209209
"disable-server-feature-search";

pkg/analysis_server/test/integration/analysis/get_hover_test.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
// BSD-style license that can be found in the LICENSE file.
44

55
import 'dart:async';
6-
import 'dart:io';
76

87
import 'package:analysis_server/protocol/protocol_generated.dart';
98
import 'package:path/path.dart' as path;

pkg/analyzer/lib/src/error/inheritance_override.dart

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ import 'package:analyzer/dart/element/element.dart';
99
import 'package:analyzer/dart/element/type.dart';
1010
import 'package:analyzer/error/error.dart';
1111
import 'package:analyzer/error/listener.dart';
12-
import 'package:analyzer/src/dart/ast/ast.dart';
1312
import 'package:analyzer/src/dart/constant/value.dart';
1413
import 'package:analyzer/src/dart/element/element.dart';
1514
import 'package:analyzer/src/dart/element/inheritance_manager2.dart';

0 commit comments

Comments
 (0)