Project

General

Profile

« Previous | Next » 

Revision c21686a3

Added by Andreas Müller over 9 years ago

remove logging for DerivedUnitFacadeNotSupportedException as it is handled #3846

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/view/detail/DetailsViewer.java
179 179
                input = DerivedUnitFacade.NewInstance(derivedUnit,
180 180
                        PreferencesUtil.getDerivedUnitConfigurator());
181 181
            } catch (DerivedUnitFacadeNotSupportedException e) {
182
                MessagingUtils.error(getClass(), e);
182
//                MessagingUtils.error(getClass(), e); //nothing should happen, later on the Details View will show an according information that it is not possible to open this data
183 183
            }
184 184
        }
185 185
        else if(input instanceof FieldUnit){

Also available in: Unified diff