Skip to content

Commit ddcb30c

Browse files
Merge pull request #40946 from Seungpang
* pr/40946: Fix typo in AntoraAsciidocAttributes class Closes gh-40946
2 parents 802419b + b5b8357 commit ddcb30c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildSrc/src/main/java/org/springframework/boot/build/antora/AntoraAsciidocAttributes.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ private void addSpringDataDependencyVersion(Map<String, String> attributes, Stri
126126

127127
private void addSpringDataDependencyVersion(Map<String, String> attributes, String name, String artifactId) {
128128
String version = this.dependencyVersions.get("org.springframework.data:" + artifactId);
129-
Assert.notNull(version, () -> "No version found for Spring Data artificat " + artifactId);
129+
Assert.notNull(version, () -> "No version found for Spring Data artifact " + artifactId);
130130
attributes.put("version-" + name, version);
131131
}
132132

0 commit comments

Comments
 (0)