mirror of
https://github.com/Example-uPagge/debugger.git
synced 2024-06-14 11:22:32 +03:00
Добавил примеры для дебага
This commit is contained in:
@@ -15,10 +15,6 @@ public class ExampleOne {
|
||||
personService.showAllPerson();
|
||||
}
|
||||
|
||||
private static String getIvanovName() {
|
||||
return "Иванов";
|
||||
}
|
||||
|
||||
private static void demoTwo(PersonService personService) {
|
||||
personService.showAllPerson();
|
||||
personService.correctDeleteAllByLastName("Скворцова");
|
||||
|
||||
Reference in New Issue
Block a user