6869707172737475767778
if (projectEntity == null) { throw404NotFound(); } projectEntity.unlockWithUser(userEntity); if (!projectEntity.isSecretValid()) { throw404NotFound(); }