Commit 173f067c authored by keita.onoguchi's avatar keita.onoguchi

修正

parent 5ad0d8d1
...@@ -21,7 +21,6 @@ public class ShoesService { ...@@ -21,7 +21,6 @@ public class ShoesService {
// //並べ替えたものを返す。 // //並べ替えたものを返す。
// return list; // return list;
return shoesRepository.findAll(); return shoesRepository.findAll();
} }
public Shoes findOne(Integer id){ public Shoes findOne(Integer id){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment