mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-22 21:55:39 +00:00
passing causally consistent session to more test persistence factories
This commit is contained in:
+1
-3
@@ -37,9 +37,7 @@ public class PersistenceFactoryImpl implements PersistenceFactory {
|
||||
}
|
||||
|
||||
/**
|
||||
* A default domain object factory for test purposes only. In a server environment, ensure NOT to use this and use
|
||||
* {@link #getDefaultMajorityDomainObjectFactory()} instead, using the base domain factory that
|
||||
* is provided by <code>RacingEventService.getBaseDomainFactory</code>.
|
||||
* A default domain object factory for test purposes only.
|
||||
*/
|
||||
@Override
|
||||
public DomainObjectFactory getDefaultDomainObjectFactory() {
|
||||
|
||||
Reference in New Issue
Block a user