Skip to content

Commit 94aad0b

Browse files
committed
SPR-6219: Corrected typo
1 parent 4fe21b7 commit 94aad0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-framework-reference/src/new-in-3.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ public class RewardsTestDatabase {
288288
public void setDatabaseName(String dbName) { … }
289289

290290
@Value("#{strategyBean.databaseKeyGenerator}")
291-
public voidsetKeyGenerator(KeyGenerator kg) { … }
291+
public void setKeyGenerator(KeyGenerator kg) { … }
292292
}
293293
</programlisting></para>
294294
</section>

0 commit comments

Comments
 (0)