Skip to content

Commit

Permalink
Updates javadoc for InitializeUserDetailsBeanManagerConfigurer
Browse files Browse the repository at this point in the history
  • Loading branch information
rastadrian authored and eleftherias committed Nov 13, 2019
1 parent bc2aeda commit ca8877c
Showing 1 changed file with 2 additions and 2 deletions.
@@ -1,5 +1,5 @@
/*
* Copyright 2002-2015 the original author or authors.
* Copyright 2002-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -82,7 +82,7 @@ public void configure(AuthenticationManagerBuilder auth) throws Exception {
}

/**
* @return
* @return a bean of the requested class if there's just a single registered component, null otherwise.
*/
private <T> T getBeanOrNull(Class<T> type) {
String[] userDetailsBeanNames = InitializeUserDetailsBeanManagerConfigurer.this.context
Expand Down

0 comments on commit ca8877c

Please sign in to comment.