Skip to content

Commit

Permalink
DATACMNS-222 - Fixed JavaDoc of AbstractRepositoryPopulator.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Sep 4, 2012
1 parent f0ffd03 commit 5c54e7f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@
import org.springframework.data.repository.support.Repositories;

/**
* {@link FactoryBean} to set up a {@link ResourceReaderRepositoryPopulator} with a {@link JacksonResourceReader}.
* Base class for {@link FactoryBean}s creating {@link ResourceReaderRepositoryPopulator}s. Sub-classes have to provide
* a {@link ResourceReader} to hand into the {@link RepositoryPopulator} instance created.
*
* @author Oliver Gierke
*/
Expand Down

0 comments on commit 5c54e7f

Please sign in to comment.