ofuks commented on a change in pull request #641: [DLAB-1555] the warning
message is adjusted
URL: https://github.com/apache/incubator-dlab/pull/641#discussion_r390447184
##########
File path:
services/self-service/src/main/java/com/epam/dlab/backendapi/domain/CreateProjectDTO.java
##########
@@ -15,7 +15,7 @@
private final Set<String> groups;
@NotNull final Set<String> endpoints;
@NotNull
- @Pattern(regexp = "^ssh-.*\\n?", message = "Wrong key format. Key
should be in openSSH format")
+ @Pattern(regexp = "^ssh-.*\\n?", message = "format is incorrect. Please
use the openSSH format")
Review comment:
Do we need space before "format"?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]