Example #1
0
 public static Result thread() {
   return ok(Thread.currentThread().getName());
 }