| Index: editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisServerListener.java
|
| diff --git a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisServerListener.java b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisServerListener.java
|
| index 15c3b47ed14e0d2a590a029c02001a52f0a1cf33..b627bd426c633b310e2e16a29c34b9bda802d02a 100644
|
| --- a/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisServerListener.java
|
| +++ b/editor/tools/plugins/com.google.dart.server/src/com/google/dart/server/AnalysisServerListener.java
|
| @@ -153,8 +153,10 @@ public interface AnalysisServerListener {
|
| /**
|
| * Reports that the server is running. This notification is issued once after the server has
|
| * started running to let the client know that it started correctly.
|
| + *
|
| + * @param version the version of the server that is running
|
| */
|
| - public void serverConnected();
|
| + public void serverConnected(String version);
|
|
|
| /**
|
| * An error happened in the {@link AnalysisServer}.
|
|
|