Skip to content

Commit

Permalink
ACS-3832: code review changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Pawel-608 committed Oct 17, 2023
1 parent ac8c396 commit 9f41d4a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ public class Category extends RestCategoryModel

public Category(RestWrapper restClient, UserModel user, RestCategoryModel parent, String newCategoryName)
{
super();
this.restClient = restClient;
this.user = user;

Expand Down

0 comments on commit 9f41d4a

Please sign in to comment.