Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(196)

Unified Diff: compiler/java/com/google/dart/compiler/resolver/Resolver.java

Issue 9677055: Remove unused code in ResolveVisitor (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: compiler/java/com/google/dart/compiler/resolver/Resolver.java
diff --git a/compiler/java/com/google/dart/compiler/resolver/Resolver.java b/compiler/java/com/google/dart/compiler/resolver/Resolver.java
index fc47e45ef23f3df08a473fa787b881babcdf4bce..38f69f54700f1145f62b99bedf03dec4f287aa59 100644
--- a/compiler/java/com/google/dart/compiler/resolver/Resolver.java
+++ b/compiler/java/com/google/dart/compiler/resolver/Resolver.java
@@ -337,7 +337,7 @@ public class Resolver {
}
/**
- * Sets the type in the AST of the default clause of an inteterface so that the type
+ * Sets the type in the AST of the default clause of an interface so that the type
* parameters to resolve back to the default class.
*/
private void bindDefaultTypeParameters(List<Type> parameterTypes,

Powered by Google App Engine
This is Rietveld 408576698