Release Notes / Version 10.2107
Table Of Contents
The enum
com.coremedia.cap.translate.xliff.XliffImportResultCode
got the new value
INVALID_PROPERTY_TYPE
that represents errors while importing XLIFF that are caused by a wrong type of target property.
Custom code with switch statements on the XliffImportResultCode enum and without default clause must be adapted for successful compile. If you get a compile error for such a switch statement, you must add a clause for the new enum value
INVALID_PROPERTY_TYPE
or a default clause.
(CMS-14055)