mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-15 09:46:16 +01:00
Start entity types with a capital char
This commit is contained in:
@@ -77,7 +77,7 @@ public final class HookEventFacade
|
||||
Repository repository = repositoryManagerProvider.get().get(id);
|
||||
if (repository == null)
|
||||
{
|
||||
throw notFound(entity("repository", id));
|
||||
throw notFound(entity("Repository", id));
|
||||
}
|
||||
return handle(repository);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user