| | |
| | | * |
| | | * |
| | | * Copyright 2008 Sun Microsystems, Inc. |
| | | * Portions Copyright 2015 ForgeRock AS. |
| | | */ |
| | | package org.forgerock.opendj.config; |
| | | |
| | |
| | | throw new IllegalArgumentException("Unabled to decode the DN string: \"" + dnAsString + "\""); |
| | | } |
| | | |
| | | return new Reference<C, S>(path, relationDef, name); |
| | | return new Reference<>(path, relationDef, name); |
| | | } |
| | | |
| | | /** |
| | |
| | | throw new IllegalArgumentException("Empty names are not allowed"); |
| | | } |
| | | |
| | | return new Reference<C, S>(p, rd, s); |
| | | return new Reference<>(p, rd, s); |
| | | } |
| | | |
| | | /** The name of the referenced managed object. */ |