Skip to content

Commit

Permalink
Merge pull request #63 from mygreen/fix/doc
Browse files Browse the repository at this point in the history
ドキュメントの修正
  • Loading branch information
mygreen authored Jan 13, 2025
2 parents fc76d61 + bf9adc7 commit 3bd1a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/site/sphinx/source/spring_beanfactory.rst
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ SpringBeanFactoryの使用方法
beanMappingFactory.getConfiguration().setBeanFactory(beanFactory);

// BeanMappingの作成
BeanMapping<UserCsv> beanMapping = mappingFactory.create(UserCsv.class);
BeanMapping<UserCsv> beanMapping = beanMappingFactory.create(UserCsv.class);

CsvAnnotationBeanReader<UserCsv> csvReader = new CsvAnnotationBeanReader<>(
beanMapping,
Expand Down

0 comments on commit 3bd1a0f

Please sign in to comment.