| Index: pkg/analysis_server/tool/spec/codegen_java_types.dart
|
| diff --git a/pkg/analysis_server/tool/spec/codegen_java_types.dart b/pkg/analysis_server/tool/spec/codegen_java_types.dart
|
| index b28531a16067c7952d92c9ac0e7f40157c83e821..02697d66d4447909674a9203378098195d0ac703 100644
|
| --- a/pkg/analysis_server/tool/spec/codegen_java_types.dart
|
| +++ b/pkg/analysis_server/tool/spec/codegen_java_types.dart
|
| @@ -103,7 +103,10 @@ final GeneratedDirectory targetDir =
|
| }
|
| }
|
| }
|
| - print(map.keys);
|
| + print("Generating...");
|
| + map.keys.forEach((String file) {
|
| + print(" ${targetDir.outputDirPath}/$file");
|
| + });
|
| return map;
|
| });
|
|
|
|
|