From 3e8f6ef36b4d8bacc1470bfebcacda7b6e2fc351 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Fri, 17 Aug 2007 14:35:22 +0000
Subject: [PATCH] Fixed some minor issues that were pointed out in review of the messages commit.  This biggest issues here is the reversion of the Validator class to use String based messages instead of the message framework as the class is only used internally.

---
 opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelController.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelController.java b/opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelController.java
index d924a48..62bf36c 100644
--- a/opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelController.java
+++ b/opends/src/guitools/org/opends/guitools/statuspanel/StatusPanelController.java
@@ -69,7 +69,7 @@
  *
  */
 public class StatusPanelController implements ServerStatusChangeListener,
-StatusPanelButtonListener
+  StatusPanelButtonListener
 {
   private LoginDialog loginDialog;
   private StatusPanelDialog controlPanelDialog;

--
Gitblit v1.10.0