mirror of
https://gitee.com/dcren/initializr.git
synced 2025-09-19 10:08:22 +08:00
Fix typo
This commit is contained in:
@@ -98,7 +98,7 @@ class InitializrMetadataBuilder {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Build a {@link InitializrMetadata} baed on the state of this builder.
|
* Build a {@link InitializrMetadata} based on the state of this builder.
|
||||||
*/
|
*/
|
||||||
InitializrMetadata build() {
|
InitializrMetadata build() {
|
||||||
InitializrConfiguration config = this.configuration ?: new InitializrConfiguration()
|
InitializrConfiguration config = this.configuration ?: new InitializrConfiguration()
|
||||||
|
Reference in New Issue
Block a user