Polish
Closes gh-5843
This commit is contained in:
committed by
Stephane Nicoll
parent
a75858ea01
commit
7763c2ae4c
@@ -30,7 +30,7 @@ import org.springframework.context.annotation.Import;
|
||||
* rules as {@code @EnableAutoConfiguration} but restricts the auto-configuration classes
|
||||
* to the specified set, rather than consulting {@code spring.factories}.
|
||||
* <p>
|
||||
* Generally, {@code @EnableAutoConfiguration} should used in preference to this
|
||||
* Generally, {@code @EnableAutoConfiguration} should be used in preference to this
|
||||
* annotation, however, {@code @ImportAutoConfiguration} can be useful in some situations
|
||||
* and especially when writing tests.
|
||||
*
|
||||
|
||||
@@ -40,7 +40,7 @@ import org.springframework.session.hazelcast.config.annotation.web.http.Hazelcas
|
||||
class HazelcastSessionConfiguration {
|
||||
|
||||
@Configuration
|
||||
public static class SprigBootHazelcastHttpSessionConfiguration
|
||||
public static class SpringBootHazelcastHttpSessionConfiguration
|
||||
extends HazelcastHttpSessionConfiguration {
|
||||
|
||||
@Autowired
|
||||
|
||||
Reference in New Issue
Block a user