Exemple #1
0
 public final Response ok(Representation representation) {
   if (representation.isEmpty()) {
     return noContent();
   }
   return response(Response.ok(), representation);
 }