From 0dd3531f7730624b7f4e91de4c240067fe99056c Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Mon, 29 Feb 2016 15:39:49 +0000 Subject: [PATCH] Fix apostrophe --- .../boot/cli/compiler/GenericBomAstTransformation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/GenericBomAstTransformation.java b/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/GenericBomAstTransformation.java index 040e90f06a..d546b9a5fe 100644 --- a/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/GenericBomAstTransformation.java +++ b/spring-boot-cli/src/main/java/org/springframework/boot/cli/compiler/GenericBomAstTransformation.java @@ -40,7 +40,7 @@ import org.springframework.core.Ordered; /** * A base class that lets plugin authors easily add additional BOMs to all apps. All the - * dependencies in the BOM (and it's transitives) will be added to the dependency + * dependencies in the BOM (and its transitives) will be added to the dependency * management lookup, so an app can use just the artifact id (e.g. "spring-jdbc") in a * {@code @Grab}. To install, implement the missing methods and list the class in * {@code META-INF/services/org.springframework.boot.cli.compiler.SpringBootAstTransformation}