mirror of
https://github.com/Example-uPagge/debugger.git
synced 2024-06-14 11:22:32 +03:00
Усовершенствование пакета six
This commit is contained in:
parent
a1d0b0e38f
commit
ee743ac984
@ -5,6 +5,10 @@ public class FirstChild extends AbstractService {
|
||||
@Override
|
||||
int processing(int arg) {
|
||||
final int result = arg + 1;
|
||||
System.out.println();
|
||||
System.out.println();
|
||||
System.out.println();
|
||||
System.out.println();
|
||||
return result;
|
||||
}
|
||||
|
||||
|
@ -5,6 +5,10 @@ public class SecondChild extends AbstractService {
|
||||
@Override
|
||||
int processing(int arg) {
|
||||
final int result = arg + 2;
|
||||
System.out.println();
|
||||
System.out.println();
|
||||
System.out.println();
|
||||
System.out.println();
|
||||
return result;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user