Skip to content
Snippets Groups Projects
Commit eb0b7cfd authored by Raditss's avatar Raditss
Browse files

add testing publisher

parent 276db46a
Branches
Tags
1 merge request!1soap service 85%
Pipeline #59428 canceled with stages
package org.toco;
import org.toco.publisher.testingPublisher;
import org.toco.publisher.gemsPublisher;
import org.toco.publisher.testingPublisher;
import org.toco.publisher.transactionPublisher;
public class Main {
public static void main(String[] args) {
......@@ -9,7 +9,8 @@ public class Main {
testingpublisher.publish();
gemsPublisher gemspublisher = new gemsPublisher();
gemspublisher.publish();
testingPublisher testingpublisher = new testingPublisher();
testingpublisher.publish();
transactionPublisher transactionpublisher = new transactionPublisher();
transactionpublisher.publish();
}
}
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment