big Long instead of small long
This commit is contained in:
parent
a5ec17e486
commit
3e47fdbb96
1 changed files with 2 additions and 2 deletions
|
|
@ -6,9 +6,9 @@ package commons.ws.messages;
|
|||
*/
|
||||
public class FavouriteRecipeMessage implements Message{
|
||||
|
||||
private long recipeId;
|
||||
private Long recipeId;
|
||||
|
||||
public FavouriteRecipeMessage(long recipeId) {
|
||||
public FavouriteRecipeMessage(Long recipeId) {
|
||||
this.recipeId = recipeId;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue