opendj-sdk/opends/src/server/org/opends/server/extensions/VirtualStaticGroup.java
@@ -22,7 +22,7 @@ * CDDL HEADER END * * * Copyright 2008 Sun Microsystems, Inc. * Copyright 2008-2010 Sun Microsystems, Inc. */ package org.opends.server.extensions; @@ -234,6 +234,17 @@ /** * {@inheritDoc} */ @Override public void setGroupDN(DN groupDN) { groupEntryDN = groupDN; } /** * Retrieves the DN of the target group for this virtual static group. * * @return The DN of the target group for this virtual static group.