mirror of
https://github.com/Example-uPagge/debugger.git
synced 2024-06-14 11:22:32 +03:00
Добавил примеры для дебага
This commit is contained in:
parent
e9604fb62c
commit
dc789b0f43
@ -5,8 +5,8 @@ public class ExampleOne {
|
||||
public static void main(String[] args) {
|
||||
final PersonService personService = new PersonService();
|
||||
|
||||
// demoOne(personService);
|
||||
demoTwo(personService);
|
||||
demoOne(personService);
|
||||
// demoTwo(personService);
|
||||
}
|
||||
|
||||
private static void demoOne(PersonService personService) {
|
||||
|
Loading…
Reference in New Issue
Block a user