Merge pull request 'refactor: Remove warning about ProjectService not accounting for the user' (#62) from 3002833/Backend:main into restfull

Reviewed-on: Maradona/Backend#62
pull/1/head
David Hess 2024-11-08 11:01:34 +01:00
commit 948fc39473
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ import com.maradona.backend.services.ProjectService;
* - PUT /api/project
* - DELETE /api/project
*
* @warning The ProjectService is not accounting for the user yet.
* @see com.maradona.backend.entities.Project
* @see com.maradona.backend.services.ProjectService
*/