mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-20 04:35:32 +00:00
bug6215: updated IncrementalLeaderboardDTO.ser after moving classes
This commit is contained in:
Executable → Regular
BIN
Binary file not shown.
+1
-1
@@ -896,7 +896,7 @@ public class SailingServiceImpl extends ResultCachingProxiedRemoteServiceServlet
|
||||
// total distance traveled in meters has to be expanded for the test to work.
|
||||
final boolean storeLeaderboardForTesting = false;
|
||||
if (storeLeaderboardForTesting) {
|
||||
ObjectOutputStream oos = new ObjectOutputStream(new FileOutputStream(new File("../com.sap.sailing.domain.test/resources/IncrementalLeaderboardDTO.ser")));
|
||||
ObjectOutputStream oos = new ObjectOutputStream(new FileOutputStream(File.createTempFile("IncrementalLeaderboardDTO", ".ser")));
|
||||
oos.writeObject(leaderboardDTO);
|
||||
oos.close();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user