diff --git a/src/main/java/io/harness/jhttp/processor/ResourceNotFound.java b/src/main/java/io/harness/jhttp/processor/ResourceNotFound.java index 99a5599c..6eb50659 100644 --- a/src/main/java/io/harness/jhttp/processor/ResourceNotFound.java +++ b/src/main/java/io/harness/jhttp/processor/ResourceNotFound.java @@ -8,7 +8,7 @@ import io.harness.jhttp.api.RequestProcessor; /** - * This processors renders a 404 error if requested file doesn't exist in the server root. + * This processors renders a 404 error if requested file doesn't exist in the server root. Okay * * */