Transactions that delete old updates must be read-write.

This commit is contained in:
akwizgran
2017-11-08 14:23:30 +00:00
parent 75413b6c86
commit 1dd4960109
2 changed files with 9 additions and 5 deletions

View File

@@ -33,7 +33,7 @@ public interface TransportPropertyManager {
/**
* Returns the local transport properties for all transports.
* <br/>
* Read-Only
* TODO: Transaction can be read-only when code is simplified
*/
Map<TransportId, TransportProperties> getLocalProperties(Transaction txn)
throws DbException;