From 7054d27e8676f4c9661b28ed50ae63df22b23af4 Mon Sep 17 00:00:00 2001 From: jvergara <jvergara@localhost> Date: Tue, 07 Aug 2007 22:32:50 +0000 Subject: [PATCH] The following modifications have the following goals: --- opendj-sdk/opends/src/guitools/org/opends/guitools/statuspanel/ServerStatusDescriptor.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ServerStatusDescriptor.java b/opendj-sdk/opends/src/guitools/org/opends/guitools/statuspanel/ServerStatusDescriptor.java similarity index 99% rename from opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ServerStatusDescriptor.java rename to opendj-sdk/opends/src/guitools/org/opends/guitools/statuspanel/ServerStatusDescriptor.java index ecfc56c..5a79858 100644 --- a/opendj-sdk/opends/src/statuspanel/org/opends/statuspanel/ServerStatusDescriptor.java +++ b/opendj-sdk/opends/src/guitools/org/opends/guitools/statuspanel/ServerStatusDescriptor.java @@ -25,7 +25,7 @@ * Portions Copyright 2007 Sun Microsystems, Inc. */ -package org.opends.statuspanel; +package org.opends.guitools.statuspanel; import java.io.File; import java.util.Set; -- Gitblit v1.10.0