From 1b9f39db0f5450de6c3bb97cec681c342fff5944 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Tue, 08 Dec 2009 10:52:42 +0000
Subject: [PATCH] Move Message/MessageBuilder/LocalizableException/LocalizableIllegalArgumentException to public API since other public API elements reference them. Prefix Message/MessageBuilder with Localizable to emphasize that these classes are I18N related and not protocol messages. Keep MessageDescriptor private since users should not need access to it for now.

---
 sdk/build-tools/com/sun/opends/sdk/build/tools/MessagePropertyKey.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sdk/build-tools/com/sun/opends/sdk/build/tools/MessagePropertyKey.java b/sdk/build-tools/com/sun/opends/sdk/build/tools/MessagePropertyKey.java
index 0ab5498..fa13d0c 100644
--- a/sdk/build-tools/com/sun/opends/sdk/build/tools/MessagePropertyKey.java
+++ b/sdk/build-tools/com/sun/opends/sdk/build/tools/MessagePropertyKey.java
@@ -94,7 +94,7 @@
 
 
   /**
-   * Gets the name of the MessageDescriptor as it should appear in the
+   * Gets the name of the LocalizableMessageDescriptor as it should appear in the
    * messages file.
    *
    * @return name of message descriptor

--
Gitblit v1.10.0