Skip to content

Commit

Permalink
minor
Browse files Browse the repository at this point in the history
  • Loading branch information
pmuir committed Jun 17, 2010
1 parent 9662d20 commit afef91a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ public class PopulateDatabaseBean
private boolean populated;

// TODO @PostConstruct
public void populate()
public synchronized void populate()
{
if (populated)
{
Expand Down

0 comments on commit afef91a

Please sign in to comment.