Changeset 55c0119
- Timestamp:
- 02/05/23 21:03:32 (21 months ago)
- Branches:
- main
- Children:
- 023f79c
- Parents:
- 6479fe1
- Location:
- Prototype Application/Paw5/src/main/java/finki/paw5
- Files:
-
- 3 added
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
Prototype Application/Paw5/src/main/java/finki/paw5/service/implementation/PostServiceImplementation.java
r6479fe1 r55c0119 11 11 12 12 @Service 13 public class PostServiceImpl implements PostService {13 public class PostServiceImplementation implements PostService { 14 14 15 15 private final PostRepository postRepository; 16 16 17 public PostServiceImpl (PostRepository PostRepository){17 public PostServiceImplementation(PostRepository PostRepository){ 18 18 this.postRepository = PostRepository; 19 19 }
Note:
See TracChangeset
for help on using the changeset viewer.