From 4128a71657924f43a96fc1ca32a46806ce236abe Mon Sep 17 00:00:00 2001 From: Scott Frederick Date: Tue, 7 Jun 2022 16:49:15 -0700 Subject: [PATCH] Polish javadoc --- .../aot/test/generator/compile/TestCompiler.java | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/spring-core-test/src/main/java/org/springframework/aot/test/generator/compile/TestCompiler.java b/spring-core-test/src/main/java/org/springframework/aot/test/generator/compile/TestCompiler.java index d862a8aa1f2..d3dc16d393a 100644 --- a/spring-core-test/src/main/java/org/springframework/aot/test/generator/compile/TestCompiler.java +++ b/spring-core-test/src/main/java/org/springframework/aot/test/generator/compile/TestCompiler.java @@ -104,7 +104,7 @@ public final class TestCompiler { } /** - * Return a new {@link TestCompiler} instance with addition source files. + * Return a new {@link TestCompiler} instance with additional source files. * @param sourceFiles the additional source files * @return a new {@link TestCompiler} instance */ @@ -114,7 +114,7 @@ public final class TestCompiler { } /** - * Return a new {@link TestCompiler} instance with addition source files. + * Return a new {@link TestCompiler} instance with additional source files. * @param sourceFiles the additional source files * @return a new {@link TestCompiler} instance */ @@ -124,7 +124,7 @@ public final class TestCompiler { } /** - * Return a new {@link TestCompiler} instance with addition source files. + * Return a new {@link TestCompiler} instance with additional source files. * @param sourceFiles the additional source files * @return a new {@link TestCompiler} instance */ @@ -134,7 +134,7 @@ public final class TestCompiler { } /** - * Return a new {@link TestCompiler} instance with addition resource files. + * Return a new {@link TestCompiler} instance with additional resource files. * @param resourceFiles the additional resource files * @return a new {@link TestCompiler} instance */ @@ -144,7 +144,7 @@ public final class TestCompiler { } /** - * Return a new {@link TestCompiler} instance with addition source files. + * Return a new {@link TestCompiler} instance with additional source files. * @param resourceFiles the additional source files * @return a new {@link TestCompiler} instance */ @@ -154,7 +154,7 @@ public final class TestCompiler { } /** - * Return a new {@link TestCompiler} instance with addition resource files. + * Return a new {@link TestCompiler} instance with additional resource files. * @param resourceFiles the additional resource files * @return a new {@link TestCompiler} instance */