()
| 332 | } |
| 333 | |
| 334 | public java.lang.String toString() { |
| 335 | return "(QueryThread id=" + id_ + ")"; |
| 336 | } |
| 337 | |
| 338 | public void run() { |
| 339 | Query query = new Query("p", new Term[] { new Atom("a"), new Atom("a") }); |
no outgoing calls
no test coverage detected