Project

General

Profile

« Previous | Next » 

Revision 4e17654b

Added by Katja Luther over 6 years ago

minor

View differences:

eu.etaxonomy.taxeditor.navigation/src/main/java/eu/etaxonomy/taxeditor/navigation/navigator/e4/TreeNodeDropAdapterE4.java
149 149
			    boolean isClassification = !taxonNode.hasTaxon();
150 150
			    if (isClassification) {
151 151
	                    if(logger.isDebugEnabled()){
152
	                        logger.debug("CANCEL_STATUS for selected taxonNode " + taxonNode.getId()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
152
	                        logger.debug("CANCEL_STATUS for selected classification " + taxonNode.getClassification().getTitleCache()); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
153 153
	                    }
154 154
	                    return false;
155 155
	                }

Also available in: Unified diff