From 43e9c7913fc664b725e167090fe6d389a4558315 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 08 Jun 2007 14:43:45 +0000
Subject: [PATCH] The following commit adds all the code necessary to be able to configure replication using the setup.
---
opends/src/quicksetup/org/opends/quicksetup/UserDataConfirmationException.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/UserDataConfirmationException.java b/opends/src/quicksetup/org/opends/quicksetup/UserDataConfirmationException.java
index c36e47f..951b493 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/UserDataConfirmationException.java
+++ b/opends/src/quicksetup/org/opends/quicksetup/UserDataConfirmationException.java
@@ -38,7 +38,7 @@
private static final long serialVersionUID = -2662491859817280513L;
/**
- * Constructor for UserDataException.
+ * Constructor for UserDataConfirmationException.
* @param step the step in the wizard where the exception occurred.
* @param localizedMessage the localized message describing the error.
*/
--
Gitblit v1.10.0