| Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/AnalysisServer.java
|
| diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/AnalysisServer.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/AnalysisServer.java
|
| index 8c7f1e70c0b4fbad7f9f10ffc232fad451514046..23fc67b90cc3b3367614ab4e50d423c259363b35 100644
|
| --- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/AnalysisServer.java
|
| +++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/generated/AnalysisServer.java
|
| @@ -124,7 +124,8 @@ public interface AnalysisServer {
|
| * {@code analysis.setAnalysisRoots}
|
| *
|
| * Sets the root paths used to determine which files to analyze. The set of files to be analyzed
|
| - * are all of the files in one of the root paths that are not also in one of the excluded paths.
|
| + * are all of the files in one of the root paths that are not also in one of the excluded paths and
|
| + * do not start with a dot ('.').
|
| *
|
| * Note that this request determines the set of requested analysis roots. The actual set of
|
| * analysis roots at any given time is the intersection of this set with the set of files and
|
|
|