Skip to content

Commit

Permalink
Stage little changes for checking master
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Delannoy committed Nov 24, 2019
1 parent c9dca6e commit c58fffa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public Optional<Exercise> byId(@RequestParam long id) {
@Transactional
public void delete(@PathVariable("id") Long id) {
Optional<Exercise> exercise = byId(id);
//System.out.println(exercise);
System.out.println(exercise);
/*switch(exerciseType) {
case "TAOLU":
exerciseCriteriaRepository.deleteById(id);
Expand Down

0 comments on commit c58fffa

Please sign in to comment.