| | |
| | | msgID); |
| | | } |
| | | |
| | | for (String name : attributeType.getNames().keySet()) |
| | | for (String name : attributeType.getNormalizedNames()) |
| | | { |
| | | if (attributeTypes.containsKey(name)) |
| | | { |
| | |
| | | |
| | | attributeTypes.put(toLowerCase(attributeType.getOID()), attributeType); |
| | | |
| | | for (String name : attributeType.getNames().keySet()) |
| | | for (String name : attributeType.getNormalizedNames()) |
| | | { |
| | | attributeTypes.put(name, attributeType); |
| | | } |
| | |
| | | { |
| | | attributeTypes.remove(toLowerCase(attributeType.getOID()), attributeType); |
| | | |
| | | for (String name : attributeType.getNames().keySet()) |
| | | for (String name : attributeType.getNormalizedNames()) |
| | | { |
| | | attributeTypes.remove(name, attributeType); |
| | | } |