mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
SPR-6219: Corrected typo
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user