Skip to content

Commit

Permalink
Fix CheckStyle violations
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Feb 27, 2019
1 parent 40da78e commit f2a5415
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -304,8 +304,8 @@ else if (arg instanceof TypedStringValue) {
* {@code null})
* @param parameterIndex the index of the parameter in the constructor or method
* that declares the parameter
* @see #resolveDependency
* @since 5.2
* @see #resolveDependency
*/
public static boolean isAutowirable(Parameter parameter, int parameterIndex) {
Assert.notNull(parameter, "Parameter must not be null");
Expand Down Expand Up @@ -339,11 +339,11 @@ public static boolean isAutowirable(Parameter parameter, int parameterIndex) {
* the dependency (must not be {@code null})
* @return the resolved object, or {@code null} if none found
* @throws BeansException if dependency resolution failed
* @since 5.2
* @see #isAutowirable
* @see Autowired#required
* @see SynthesizingMethodParameter#forExecutable(Executable, int)
* @see AutowireCapableBeanFactory#resolveDependency(DependencyDescriptor, String)
* @since 5.2
*/
@Nullable
public static Object resolveDependency(
Expand Down

0 comments on commit f2a5415

Please sign in to comment.