Merge pull request #3624 from sfc-gh-tclinkenbeard/rename-threadsafetransaction

Rename ThreadSafeTransaction.cpp
This commit is contained in:
Andrew Noyes 2020-08-11 16:39:13 -07:00 committed by GitHub
commit 850a21dea3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@ set(FDBCLIENT_SRCS
TagThrottle.h
TaskBucket.actor.cpp
TaskBucket.h
ThreadSafeTransaction.actor.cpp
ThreadSafeTransaction.cpp
ThreadSafeTransaction.h
Tuple.cpp
Tuple.h

View File

@ -1,5 +1,5 @@
/*
* ThreadSafeTransaction.actor.cpp
* ThreadSafeTransaction.cpp
*
* This source file is part of the FoundationDB open source project
*