SPR-6219: Corrected typo
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2409 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
parent
54104b1e9f
commit
908d6edfcc
|
|
@ -288,7 +288,7 @@ public class RewardsTestDatabase {
|
|||
public void setDatabaseName(String dbName) { … }
|
||||
|
||||
@Value("#{strategyBean.databaseKeyGenerator}")
|
||||
public voidsetKeyGenerator(KeyGenerator kg) { … }
|
||||
public void setKeyGenerator(KeyGenerator kg) { … }
|
||||
}
|
||||
</programlisting></para>
|
||||
</section>
|
||||
|
|
|
|||
Loading…
Reference in New Issue