| Index: pkg/analyzer_experimental/lib/src/generated/java_junit.dart
|
| diff --git a/pkg/analyzer_experimental/lib/src/generated/java_junit.dart b/pkg/analyzer_experimental/lib/src/generated/java_junit.dart
|
| index 2ff97ad419d23291b59a342290f9bb1094344160..1fa994e7c181d4ba7810ddcc288596e73c436d81 100644
|
| --- a/pkg/analyzer_experimental/lib/src/generated/java_junit.dart
|
| +++ b/pkg/analyzer_experimental/lib/src/generated/java_junit.dart
|
| @@ -52,8 +52,7 @@ runJUnitTest(testInstance, Function testFunction) {
|
| }
|
|
|
| /**
|
| - * Returns a matches that matches if the value is not the same instance
|
| - * as [object] (`!==`).
|
| + * Returns a matches that matches if the value is not the same instance as "object" (`!==`).
|
| */
|
| Matcher notSame(expected) => new _IsNotSameAs(expected);
|
|
|
|
|