SPR-6219: Corrected typo

This commit is contained in:
Luke Taylor
2009-11-12 16:55:49 +00:00
parent 4fe21b71a2
commit 94aad0b537

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>