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: dev/io.openliberty.data.internal.persistence/src/io/openliberty/data/internal/persistence/DataProvider.java
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -212,14 +212,13 @@ public class DataProvider implements //
212
212
newConcurrentHashMap<>();
213
213
214
214
/**
215
-
* EntityManagerBuilder futures, grouped by application, for EJB modules
216
-
* that are triggered to initialize on module starting rather than waiting
217
-
* for application start.
215
+
* EntityManagerBuilder futures, grouped by application, triggered to initialize
216
+
* on module starting rather than waiting for application start.
218
217
* The Set values in this map are subsets of the Set values in futureEMBuilders.
219
218
* The entries are removed on application start, which uses the values to avoid
Copy file name to clipboardExpand all lines: dev/io.openliberty.data.internal.persistence/src/io/openliberty/data/internal/persistence/cdi/FutureEMBuilder.java
0 commit comments