| Index: compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java
|
| diff --git a/compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java b/compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java
|
| index 8fad370628ec6a94e5d86df82d56e23261ac11ef..3ccd7e2578cf5096068aaa27e416edfceb16abdd 100644
|
| --- a/compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java
|
| +++ b/compiler/java/com/google/dart/compiler/type/TypeAnalyzer.java
|
| @@ -781,7 +781,7 @@ public class TypeAnalyzer implements DartCompilationPhase {
|
| }
|
|
|
| /**
|
| - * @return the {@link Type} which is both "a" and "b" types. May be "Dynamic" if "a" and "b"
|
| + * @return the {@link Type} which is both "a" and "b" types. May be "dynamic" if "a" and "b"
|
| * don't form hierarchy.
|
| */
|
| Type getUnionType(Type a, Type b) {
|
|
|