src/main/java/org/apache/sling/feature/extension/apiregions/api/ApiExport.java [172:177]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                info.setForRemoval(depObj.getString(FOR_REMOVAL_KEY, null));
                if ( depObj.getString(MODE_KEY, null) != null ) {
                    try {
                        info.setMode(DeprecationValidationMode.valueOf(depObj.getString(MODE_KEY)));
                    } catch ( final IllegalArgumentException iae) {
                        throw new IOException(iae);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/org/apache/sling/feature/extension/apiregions/api/ApiExport.java [206:211]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                        info.setForRemoval(depObj.getString(FOR_REMOVAL_KEY, null));
                        if ( depObj.getString(MODE_KEY, null) != null ) {
                            try {
                                info.setMode(DeprecationValidationMode.valueOf(depObj.getString(MODE_KEY)));
                            } catch ( final IllegalArgumentException iae) {
                                throw new IOException(iae);
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



