From 59ba268c8ed7ad58495f98af77a463e06f9f0f00 Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Fri, 27 Apr 2007 14:51:31 +0000
Subject: [PATCH] Move some of the panels specific of the installer to the package org.opends.quicksetup.installer.ui.

---
 opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java
index e012b80..7da1f9d 100644
--- a/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java
+++ b/opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/ui/UIFactory.java
@@ -1184,6 +1184,7 @@
     return buf.toString();
   }
 
+
   /**
    * Returns a table created with the provided model and renderers.
    * @param tableModel the table model.

--
Gitblit v1.10.0