Closes gh-5843
This commit is contained in:
Johnny Lim
2016-05-03 14:01:42 +09:00
committed by Stephane Nicoll
parent a75858ea01
commit 7763c2ae4c
5 changed files with 4 additions and 8 deletions

View File

@@ -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.
*

View File

@@ -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