Skip to content

Commit

Permalink
Space after text and Lambda ResourceHander.
Browse files Browse the repository at this point in the history
  • Loading branch information
oztimpower committed Oct 27, 2019
1 parent 797029c commit b03a542
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ public void chooseHandlerClass(List<Class<? extends RequestHandler<?, ?>>> uname
}
} else if (unamedHandlerClasses.size() > 1) {
throw new RuntimeException(
"Multiple handler classes, either specify the quarkus.lambda.handler property, or make sure there is only a single"
"Multiple handler classes, either specify the quarkus.lambda.handler property, or make sure there is only a single "
+ RequestHandler.class.getName() + " implementation in the deployment");
} else {
handlerClass = unamedHandlerClasses.get(0);
Expand Down

0 comments on commit b03a542

Please sign in to comment.