mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-22 15:55:49 +00:00
PUll request
This commit is contained in:
parent
59c326b063
commit
0aa9d14f4c
1 changed files with 7 additions and 0 deletions
|
@ -43,4 +43,11 @@ public class PetClinicApplication {
|
|||
}
|
||||
}
|
||||
|
||||
public void vicNewFunction222() {
|
||||
for (int i = 0; i < 20; i++) {
|
||||
int x = ThreadLocalRandom.current().nextInt();
|
||||
System.out.println("Vic lalala untested " + x);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue