mirror of
https://github.com/itplr-kosit/validator.git
synced 2026-05-25 16:55:39 +00:00
25-FixTypos
This commit is contained in:
parent
7d99b83e07
commit
2466f9cf5d
50 changed files with 136 additions and 136 deletions
|
|
@ -151,7 +151,7 @@ public class ConfigurationBuilder {
|
|||
/**
|
||||
* Adds a description to this configuration.
|
||||
*
|
||||
* @param description the descriptioin
|
||||
* @param description the description
|
||||
* @return this
|
||||
*/
|
||||
public ConfigurationBuilder description(final String description) {
|
||||
|
|
@ -262,7 +262,7 @@ public class ConfigurationBuilder {
|
|||
}
|
||||
|
||||
/**
|
||||
* Builds the actual {@link Configuration} by validating all builder inputs and constructing neccessary objects.
|
||||
* Builds the actual {@link Configuration} by validating all builder inputs and constructing necessary objects.
|
||||
*
|
||||
* @return a valid configuration
|
||||
* @throws IllegalStateException when the configuration is not valid/complete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue