Skip to content

Commit 266bac9

Browse files
committed
clean commented code
1 parent 890a854 commit 266bac9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/eventinghello/src/main/java/com/redhat/developers/LoggerResource.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public Response eventingEndpoint(@Context HttpHeaders httpHeaders,
5252

5353
LOGGER.info("POST:" + cloudEventJSON);
5454

55-
return Response.status(Status.OK)//.entity("{\"hello\":\"world\"}")
55+
return Response.status(Status.OK)
5656
.build();
5757
}
5858

0 commit comments

Comments
 (0)