-
Type:
Improvement
-
Status: Resolved
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 2.8.0
-
Fix Version/s: 2.9.0, 3.0.0-alpha4
-
Component/s: None
-
Labels:None
-
Target Version/s:
Looking at FSEditLogOp, these two methods are unused and can be removed:
static RollingUpgradeOp getStartInstance(OpInstanceCache cache) { return (RollingUpgradeOp) cache.get(OP_ROLLING_UPGRADE_START); } static RollingUpgradeOp getFinalizeInstance(OpInstanceCache cache) { return (RollingUpgradeOp) cache.get(OP_ROLLING_UPGRADE_FINALIZE); }