7124605: typos in javac comments
authorjjg
Fri, 23 Dec 2011 22:30:33 +0000
changeset 11381 890ea587d133
parent 11322 6ee85f80967a
child 11382 9bd385be6f03
7124605: typos in javac comments Reviewed-by: ksrini
langtools/test/tools/javac/generics/diamond/7046778/DiamondAndInnerClassTest.java
langtools/test/tools/javac/generics/inference/7086601/T7086601b.java
langtools/test/tools/javac/generics/rawOverride/7062745/GenericOverrideTest.java
langtools/test/tools/javac/lambda/LambdaParserTest.java
--- 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();
     }