You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: microservices-client-side-ui-composition/src/main/java/com/iluwatar/clientsideuicomposition/FrontendComponent.java
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,8 @@
9
9
*/
10
10
publicabstractclassFrontendComponent {
11
11
12
+
publicstaticfinalRandomrandom = newRandom();
13
+
12
14
/**
13
15
* Simulates asynchronous data fetching by introducing a random delay and
14
16
* then fetching the data based on dynamic input.
@@ -19,7 +21,7 @@ public abstract class FrontendComponent {
0 commit comments