| Index: pkg/analysis_server/lib/src/get_handler.dart
|
| diff --git a/pkg/analysis_server/lib/src/get_handler.dart b/pkg/analysis_server/lib/src/get_handler.dart
|
| index 18a7d7437856303ed7a7eebffb9b92fd59f6033a..c93e9bb268f055090d6734816d54c13fbca0e0a5 100644
|
| --- a/pkg/analysis_server/lib/src/get_handler.dart
|
| +++ b/pkg/analysis_server/lib/src/get_handler.dart
|
| @@ -1,3 +1,7 @@
|
| +// Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file
|
| +// for details. All rights reserved. Use of this source code is governed by a
|
| +// BSD-style license that can be found in the LICENSE file.
|
| +
|
| library get.handler;
|
|
|
| import 'dart:io';
|
| @@ -7,7 +11,7 @@ import 'package:analyzer/src/generated/engine.dart';
|
| import 'package:analysis_server/src/analysis_server.dart';
|
|
|
| /**
|
| - * Instances of the class [GetHandler] handle GET requests
|
| + * Instances of the class [GetHandler] handle GET requests.
|
| */
|
| class GetHandler {
|
| /**
|
|
|