opends/src/quicksetup/org/opends/quicksetup/HistoricalRecord.java
@@ -22,7 +22,7 @@ * CDDL HEADER END * * * Copyright 2006-2008 Sun Microsystems, Inc. * Copyright 2006-2010 Sun Microsystems, Inc. */ package org.opends.quicksetup; @@ -281,6 +281,15 @@ } /** * Returns the error that was generated during creation. * @return the error that was generated during creation. */ public Exception getCreationError() { return creationError; } /** * {@inheritDoc} */ public String toString() {