chore: add periods to all sentences.
This commit is contained in:
parent
6d2a180fa2
commit
ea840f032e
4 changed files with 14 additions and 14 deletions
|
|
@ -39,7 +39,7 @@ public class RecipeController {
|
|||
}
|
||||
|
||||
/**
|
||||
* Mapping for <code>GET /recipe/{id}</code>
|
||||
* Mapping for <code>GET /recipe/{id}</code>.
|
||||
* <p>
|
||||
* Gets a specific recipe by its unique id.
|
||||
* </p>
|
||||
|
|
@ -74,7 +74,7 @@ public class RecipeController {
|
|||
}
|
||||
|
||||
/**
|
||||
* Mapping for <code>POST /recipe/{id}</code>
|
||||
* Mapping for <code>POST /recipe/{id}</code>.
|
||||
* @param id The recipe id to replace
|
||||
* @param recipe The new recipe to be replaced from the original
|
||||
* @return The changed recipe; returns 400 Bad Request if the recipe does not exist
|
||||
|
|
@ -92,7 +92,7 @@ public class RecipeController {
|
|||
}
|
||||
|
||||
/**
|
||||
* Mapping for <code>PUT /recipe/new</code>
|
||||
* Mapping for <code>PUT /recipe/new</code>.
|
||||
* <p>
|
||||
* Inserts a new recipe into the repository
|
||||
* </p>
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@ public class UpdateMessagingController {
|
|||
}
|
||||
|
||||
/**
|
||||
* Mapping for STOMP: <code>SEND /updates/recipe</code>
|
||||
* Mapping for STOMP: <code>SEND /updates/recipe</code>.
|
||||
* @param recipe The request body as a new {@link Recipe} object to update the original into
|
||||
* @return The updated {@link Recipe} object wrapped in a {@link org.springframework.http.ResponseEntity}.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue