| | |
| | | * |
| | | * |
| | | * Copyright 2009-2010 Sun Microsystems, Inc. |
| | | * Portions Copyright 2011-2014 ForgeRock AS |
| | | * Portions Copyright 2011-2015 ForgeRock AS |
| | | */ |
| | | |
| | | package org.opends.guitools.controlpanel.ui; |
| | |
| | | setPrimaryValid(portLabel); |
| | | setPrimaryValid(dnLabel); |
| | | setPrimaryValid(pwdLabel); |
| | | final LinkedHashSet<LocalizableMessage> errors = new LinkedHashSet<LocalizableMessage>(); |
| | | final LinkedHashSet<LocalizableMessage> errors = new LinkedHashSet<>(); |
| | | |
| | | boolean dnInvalid = false; |
| | | boolean pwdInvalid = false; |
| | |
| | | } |
| | | else |
| | | { |
| | | ArrayList<String> stringErrors = new ArrayList<String>(); |
| | | ArrayList<String> stringErrors = new ArrayList<>(); |
| | | for (LocalizableMessage err : errors) |
| | | { |
| | | stringErrors.add(err.toString()); |