Skip to content

Commit

Permalink
migrate model publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lassewesth committed Aug 7, 2024
1 parent 463ed8b commit 87fefb0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
/**
* A very dull utility
*/
class ModelNameValidationService {
ModelName validate(String modelNameAsString) {
public class ModelNameValidationService {
public ModelName validate(String modelNameAsString) {
CypherMapAccess.failOnBlank("modelName", modelNameAsString);

return ModelName.parse(modelNameAsString);
Expand Down

0 comments on commit 87fefb0

Please sign in to comment.