This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch javaee7-tck
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git


The following commit(s) were added to refs/heads/javaee7-tck by this push:
     new 68817ed  Missing interface method
68817ed is described below

commit 68817ed710ca457c4ad3f59d409fb2b059dd8c15
Author: Jean-Louis Monteiro <jeano...@gmail.com>
AuthorDate: Sat Feb 2 11:58:35 2019 +0100

    Missing interface method
---
 src/main/java/org/apache/openejb/cts/JMSAdminImpl.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/main/java/org/apache/openejb/cts/JMSAdminImpl.java 
b/src/main/java/org/apache/openejb/cts/JMSAdminImpl.java
index 227bb1b..a512d8c 100644
--- a/src/main/java/org/apache/openejb/cts/JMSAdminImpl.java
+++ b/src/main/java/org/apache/openejb/cts/JMSAdminImpl.java
@@ -71,6 +71,10 @@ public class JMSAdminImpl implements TSJMSAdminInterface {
             throws TSJMSAdminException {
     }
 
+    public void createConnectionFactories(String[] strings, String[] strings1) 
throws TSJMSAdminException {
+
+    }
+
     public void createTopics(final String[] topics) throws TSJMSAdminException 
{
     }
 

Reply via email to