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

add testing publisher

parent e092bca6
1 merge request!1soap service 85%
Pipeline #59426 canceled with stages
package org.toco;
import org.toco.publisher.testingPublisher;
import org.toco.publisher.gemsPublisher;
import org.toco.publisher.testingPublisher;
public class Main {
public static void main(String[] args) {
......@@ -8,5 +9,7 @@ public class Main {
testingpublisher.publish();
gemsPublisher gemspublisher = new gemsPublisher();
gemspublisher.publish();
testingPublisher testingpublisher = new testingPublisher();
testingpublisher.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