Skip to content

Commit

Permalink
fixed compilation issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Mircea Markus committed Sep 19, 2012
1 parent 4bb904a commit 3c5efad
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public void cacheManagerStarted(GlobalComponentRegistry gcr) {
gcr.registerComponent(interpreter, Interpreter.class); gcr.registerComponent(interpreter, Interpreter.class);


// Pick up metadata from the component metadata repository // Pick up metadata from the component metadata repository
ManageableComponentMetadata meta = ComponentMetadataRepo.findComponentMetadata(Interpreter.class) ManageableComponentMetadata meta = gcr.getComponentMetadataRepo().findComponentMetadata(Interpreter.class)
.toManageableComponentMetadata(); .toManageableComponentMetadata();
// And use this metadata when registering the transport as a dynamic MBean // And use this metadata when registering the transport as a dynamic MBean
try { try {
Expand Down

0 comments on commit 3c5efad

Please sign in to comment.