- Timestamp:
- 01/04/23 02:49:26 (23 months ago)
- Branches:
- main
- Children:
- ab952ab
- Parents:
- 6832924
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/main/java/com/example/autopartz/service/impl/PartServiceImpl.java
r6832924 rae042f4 22 22 23 23 @Override 24 public Part findById( Longid) {24 public Part findById(Integer id) { 25 25 return partRepository.findById(id).orElseThrow(RuntimeException::new); 26 26 }
Note:
See TracChangeset
for help on using the changeset viewer.