opendj-server-legacy/src/main/java/org/opends/guitools/controlpanel/ui/JavaPropertiesPanel.java
@@ -1312,13 +1312,7 @@ */ @Override public boolean isCellEditable(int row, int col) { if (col == 0) { return false; } else { return true; } return col != 0; } /**