Fix javadoc.

This commit is contained in:
akwizgran
2018-04-02 15:25:00 +01:00
parent c42852cde2
commit 3fd6ce2313

View File

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