opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/components/CustomTree.java
@@ -74,7 +74,7 @@ */ public void paintComponent(Graphics g) { int[] selectedRows = this.getSelectionRows(); int[] selectedRows = getSelectionRows(); if (selectedRows == null) { selectedRows = new int[] {};