Skip to content

Commit

Permalink
HHH-7514 fixing compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
stliu committed Aug 23, 2012
1 parent fd8a45b commit 07d154f
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -303,7 +303,7 @@ private IndexView buildJandexIndex(Set<String> classNamesSource, List<String> pa


// for now, we also need to wrap this in a CompositeIndex until Jandex is updated to use a common interface // for now, we also need to wrap this in a CompositeIndex until Jandex is updated to use a common interface
// between the 2... // between the 2...
return new CompositeIndex( indexer.complete() ); return CompositeIndex.create( indexer.complete() );
} }


private void indexResource(String resourceName, Indexer indexer, BootstrapServiceRegistry bootstrapServiceRegistry) { private void indexResource(String resourceName, Indexer indexer, BootstrapServiceRegistry bootstrapServiceRegistry) {
Expand Down

0 comments on commit 07d154f

Please sign in to comment.