| Index: editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticTypeWarningCode.java
|
| ===================================================================
|
| --- editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticTypeWarningCode.java (revision 21622)
|
| +++ editor/tools/plugins/com.google.dart.engine/src/com/google/dart/engine/error/StaticTypeWarningCode.java (working copy)
|
| @@ -117,7 +117,7 @@
|
| NON_TYPE_AS_TYPE_ARGUMENT(""),
|
|
|
| /**
|
| - * 7.6.2 Factories: It is a static type warning if any of the type arguments to <i>k’</i> are not
|
| + * 7.6.2 Factories: It is a static type warning if any of the type arguments to <i>k'</i> are not
|
| * subtypes of the bounds of the corresponding formal type parameters of type.
|
| */
|
| REDIRECT_WITH_INVALID_TYPE_PARAMETERS(""),
|
|
|