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:
antelder 2008-07-16 14:19:17 +00:00
parent 5e41417d52
commit 3f56676b3b

View file

@ -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 {