mirror of
https://github.com/corda/corda.git
synced 2024-12-23 14:52:29 +00:00
CORDA-3730: New version enabled features can now be switched on with constants. (#6175)
This commit is contained in:
parent
28f00ce92a
commit
f3c78c02da
@ -0,0 +1,10 @@
|
||||
package net.corda.core.internal
|
||||
|
||||
/*
|
||||
Constants for new features that can only be switched on at specific platform versions can be specified in this file.
|
||||
The text constant describes the feature and the numeric specifies the platform version the feature is enabled at.
|
||||
*/
|
||||
object PlatformVersionSwitches {
|
||||
const val REMOVE_NO_OVERLAP_RULE_FOR_REFERENCE_DATA_ATTACHMENTS = 7
|
||||
const val ENABLE_P2P_COMPRESSION = 7
|
||||
}
|
Loading…
Reference in New Issue
Block a user