Skip to content

Commit

Permalink
Refactoring of dispatcher code into ui / non ui
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalv committed Jan 17, 2011
1 parent 611e75a commit bc15eb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -24,7 +24,7 @@
interface="net.bioclipse.core.api.managers.IJavaScriptManagerDispatcherAdvisor" />

<osgi:reference id="wrapInProxyAdvice"
interface="net.bioclipse.recording.IWrapInProxyAdvice" />
interface="net.bioclipse.core.api.recording.IWrapInProxyAdvice" />

<bean id="recordingAdvisor"
class="org.springframework.aop.support.RegexpMethodPointcutAdvisor">
Expand Down
2 changes: 1 addition & 1 deletion plugins/net.bioclipse.twitter/META-INF/spring/context.xml
Expand Up @@ -24,7 +24,7 @@
interface="net.bioclipse.core.api.managers.IJavaScriptManagerDispatcherAdvisor" />

<osgi:reference id="wrapInProxyAdvice"
interface="net.bioclipse.recording.IWrapInProxyAdvice" />
interface="net.bioclipse.core.api.recording.IWrapInProxyAdvice" />

<bean id="recordingAdvisor"
class="org.springframework.aop.support.RegexpMethodPointcutAdvisor">
Expand Down

0 comments on commit bc15eb1

Please sign in to comment.