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:
Luke Taylor 2009-11-12 16:55:49 +00:00
parent 54104b1e9f
commit 908d6edfcc
1 changed files with 1 additions and 1 deletions

View File

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