Polish
See gh-25875
This commit is contained in:
@@ -139,7 +139,7 @@ public interface BootstrapRegistry {
|
||||
}
|
||||
|
||||
/**
|
||||
* Factory method that can be used to create a {@link InstanceSupplier} for a
|
||||
* Factory method that can be used to create an {@link InstanceSupplier} for a
|
||||
* given instance.
|
||||
* @param <T> the instance type
|
||||
* @param instance the instance
|
||||
@@ -150,7 +150,7 @@ public interface BootstrapRegistry {
|
||||
}
|
||||
|
||||
/**
|
||||
* Factory method that can be used to create a {@link InstanceSupplier} from a
|
||||
* Factory method that can be used to create an {@link InstanceSupplier} from a
|
||||
* {@link Supplier}.
|
||||
* @param <T> the instance type
|
||||
* @param supplier the supplier that will provide the instance
|
||||
|
||||
@@ -111,7 +111,7 @@ public class InactiveConfigDataAccessException extends ConfigDataException {
|
||||
}
|
||||
|
||||
/**
|
||||
* Throw a {@link InactiveConfigDataAccessException} if the given
|
||||
* Throw an {@link InactiveConfigDataAccessException} if the given
|
||||
* {@link ConfigDataEnvironmentContributor} contains the property.
|
||||
* @param contributor the contributor to check
|
||||
* @param name the name to check
|
||||
|
||||
@@ -101,7 +101,7 @@ public class InvalidConfigDataPropertyException extends ConfigDataException {
|
||||
}
|
||||
|
||||
/**
|
||||
* Throw a {@link InvalidConfigDataPropertyException} or log a warning if the given
|
||||
* Throw an {@link InvalidConfigDataPropertyException} or log a warning if the given
|
||||
* {@link ConfigDataEnvironmentContributor} contains any invalid property. A warning
|
||||
* is logged if the property is still supported, but not recommended. An error is
|
||||
* thrown if the property is completely unsupported.
|
||||
|
||||
@@ -87,7 +87,7 @@ public class RootUriTemplateHandler implements UriTemplateHandler {
|
||||
|
||||
/**
|
||||
* Derives a new {@code RootUriTemplateHandler} from this one, wrapping its delegate
|
||||
* {link UriTemplateHandler} by applying the given {@code wrapper}.
|
||||
* {@link UriTemplateHandler} by applying the given {@code wrapper}.
|
||||
* @param wrapper the wrapper to apply to the delegate URI template handler
|
||||
* @return the new handler
|
||||
* @since 2.3.10
|
||||
|
||||
Reference in New Issue
Block a user