Skip to content
This repository was archived by the owner on Jul 19, 2024. It is now read-only.

Commit 95dbe09

Browse files
author
Josh Friedman
committed
Revert change to execution engine
1 parent 8a2bb73 commit 95dbe09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

microsoft-azure-storage-test/src/com/microsoft/azure/storage/file/CloudFileTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/**
1+
/**
22
* Copyright Microsoft Corporation
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");

microsoft-azure-storage/src/com/microsoft/azure/storage/core/ExecutionEngine.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ public static <CLIENT_TYPE, PARENT_TYPE, RESULT_TYPE> RESULT_TYPE executeWithRet
112112

113113
// 6. Process the request - Get response
114114
RequestResult currResult = task.getResult();
115+
currResult.setStartDate(new Date());
115116

116117
Logger.info(opContext, LogConstants.GET_RESPONSE);
117118
try {

0 commit comments

Comments
 (0)