fix: Fix issues found by Dart analyzer

This commit is contained in:
Kevin Moore
2015-04-15 18:17:22 -07:00
parent d3e391d176
commit 957384ceeb
8 changed files with 8 additions and 4 deletions

View File

@ -1,4 +1,4 @@
library angular2.transform.directive_processor;
library angular2.transform.directive_processor.rewriter;
import 'package:analyzer/analyzer.dart';
import 'package:analyzer/src/generated/java_core.dart';

View File

@ -1,4 +1,4 @@
library angular2.transform.directive_processor;
library angular2.transform.directive_processor.visitors;
import 'package:analyzer/analyzer.dart';
import 'package:analyzer/src/generated/java_core.dart';