REmove public method not in the invoker interface
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@677292 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
5e41417d52
commit
3f56676b3b
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ public class JMSBindingInvoker implements Invoker, DataExchangeSemantics {
|
|||
return tuscanyMsg;
|
||||
}
|
||||
|
||||
public Object invokeTarget(org.apache.tuscany.sca.invocation.Message tuscanyMsg) throws InvocationTargetException {
|
||||
protected Object invokeTarget(org.apache.tuscany.sca.invocation.Message tuscanyMsg) throws InvocationTargetException {
|
||||
try {
|
||||
Session session = jmsResourceFactory.createSession();
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue