From cb4fffb7bf1f9de28183fe58376f5762b1e45cf9 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Fri, 20 Apr 2007 15:09:47 +0000 Subject: [PATCH] Fix for issue 1494: web start installer provides the option to create non-existent install path. --- opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/UserDataException.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/UserDataException.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/UserDataException.java index 26df344..a02edd0 100644 --- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/UserDataException.java +++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/UserDataException.java @@ -30,7 +30,7 @@ /** * This exception is used when there is an error with the data provided by * the user. It will be thrown by the class that is in charge of validating - * the user data (QuickSetup). + * the user data (the Application class). * */ public class UserDataException extends Exception -- Gitblit v1.10.0