Skip to content

Commit

Permalink
an eventbus is not required, so make it an optional resource instead
Browse files Browse the repository at this point in the history
  • Loading branch information
cbeer committed Jun 11, 2013
1 parent c786508 commit 33a1ea9
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -84,7 +84,7 @@ public abstract class AbstractResource {
@Autowired(required=false)
private HttpTripleUtil httpTripleUtil;

@Autowired
@Autowired(required=false)
protected EventBus eventBus;

/**
Expand Down

0 comments on commit 33a1ea9

Please sign in to comment.