Project

General

Profile

« Previous | Next » 

Revision 81641aab

Added by Patrick Plitzner over 5 years ago

Fix possible IOOB exception

View differences:

eu.etaxonomy.taxeditor.bulkeditor/src/main/java/eu/etaxonomy/taxeditor/bulkeditor/e4/BulkEditorTooltip.java
81 81
        }
82 82

  
83 83
        int rowIndex = this.natTable.getRowIndexByPosition(row);
84
        if(rowIndex==0){
84
        if(rowIndex==0 && col>0){
85 85
            return true;
86 86
        }
87 87
        return false;

Also available in: Unified diff