Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 202631
Collapse All | Expand All

(-)src/org/eclipse/tptp/platform/execution/samples/SampleClientAC.java (-1 / +1 lines)
Lines 123-129 Link Here
123
				TCollector.sendData("HELLO from org.eclipse.tptp.platform.execution plugin".getBytes());
123
				TCollector.sendData("HELLO from org.eclipse.tptp.platform.execution plugin".getBytes());
124
				//Wait for the response to arrive
124
				//Wait for the response to arrive
125
				Thread.sleep(2000);
125
				Thread.sleep(2000);
126
				
126
				TCollector.releaseAccess();
127
				TCollector.stop();
127
				TCollector.stop();
128
			
128
			
129
				Thread.sleep(1000); 
129
				Thread.sleep(1000); 

Return to bug 202631