--- a/langtools/test/tools/javac/generics/diamond/7046778/DiamondAndInnerClassTest.java Mon Dec 19 12:07:07 2011 +0000
+++ b/langtools/test/tools/javac/generics/diamond/7046778/DiamondAndInnerClassTest.java Fri Dec 23 22:30:33 2011 +0000
@@ -284,7 +284,7 @@
try {
ct.analyze();
} catch (Throwable ex) {
- throw new AssertionError("Error thron when compiling the following code:\n" + source.getCharContent(true));
+ throw new AssertionError("Error thrown when compiling the following code:\n" + source.getCharContent(true));
}
check();
}
--- a/langtools/test/tools/javac/generics/inference/7086601/T7086601b.java Mon Dec 19 12:07:07 2011 +0000
+++ b/langtools/test/tools/javac/generics/inference/7086601/T7086601b.java Fri Dec 23 22:30:33 2011 +0000
@@ -146,7 +146,7 @@
try {
ct.analyze();
} catch (Throwable ex) {
- throw new AssertionError("Error thron when compiling the following code:\n" + source.getCharContent(true));
+ throw new AssertionError("Error thrown when compiling the following code:\n" + source.getCharContent(true));
}
check();
}
--- a/langtools/test/tools/javac/generics/rawOverride/7062745/GenericOverrideTest.java Mon Dec 19 12:07:07 2011 +0000
+++ b/langtools/test/tools/javac/generics/rawOverride/7062745/GenericOverrideTest.java Fri Dec 23 22:30:33 2011 +0000
@@ -210,7 +210,7 @@
try {
ct.analyze();
} catch (Throwable ex) {
- throw new AssertionError("Error thron when compiling the following code:\n" + source.getCharContent(true));
+ throw new AssertionError("Error thrown when compiling the following code:\n" + source.getCharContent(true));
}
check();
}
--- a/langtools/test/tools/javac/lambda/LambdaParserTest.java Mon Dec 19 12:07:07 2011 +0000
+++ b/langtools/test/tools/javac/lambda/LambdaParserTest.java Fri Dec 23 22:30:33 2011 +0000
@@ -238,7 +238,7 @@
try {
ct.parse();
} catch (Throwable ex) {
- throw new AssertionError("Error thron when parsing the following source:\n" + source.getCharContent(true));
+ throw new AssertionError("Error thrown when parsing the following source:\n" + source.getCharContent(true));
}
check();
}