You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@thrift.apache.org by Apache Wiki <wi...@apache.org> on 2012/04/12 22:25:06 UTC

[Thrift Wiki] Trivial Update of "Thrift & Eclipse & JUnit with TServlet" by newacct

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Thrift Wiki" for change notification.

The "Thrift & Eclipse & JUnit with TServlet" page has been changed by newacct:
http://wiki.apache.org/thrift/Thrift%20%26%20Eclipse%20%26%20JUnit%20with%20TServlet?action=diff&rev1=5&rev2=6

  		new Thread(new ServerExample()).start();
  		try {
  			// wait for the server start up
- 			Thread.currentThread().sleep(100);
+ 			Thread.sleep(100);
  		} catch (InterruptedException e) {
  			e.printStackTrace();
  		}