Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Changed something #1

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,7 @@ public String db(Model model) {
setMessage(model, "Java/org.springframework.samples.petclinic.clm.ClmController/db");
dbMethod();
doWait();
// changes something
return "welcome";
Comment on lines +141 to 142
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

test

}

Expand Down