From 5fa20ea2d54d21a781d07995e27113b4c3bbc953 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Fri, 17 Aug 2007 19:23:08 +0000
Subject: [PATCH] New tests for messaging plumbing to replace old ones:
---
opends/src/messages/src/org/opends/messages/MessageDescriptor.java | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diff --git a/opends/src/messages/src/org/opends/messages/MessageDescriptor.java b/opends/src/messages/src/org/opends/messages/MessageDescriptor.java
index 1dbe91c..f220aad 100644
--- a/opends/src/messages/src/org/opends/messages/MessageDescriptor.java
+++ b/opends/src/messages/src/org/opends/messages/MessageDescriptor.java
@@ -872,6 +872,16 @@
/**
* Obtains the format string for constructing the string
+ * value of this message according to the default
+ * locale.
+ * @return format string
+ */
+ String getFormatString() {
+ return getFormatString(Locale.getDefault());
+ }
+
+ /**
+ * Obtains the format string for constructing the string
* value of this message according to the requested
* locale.
* @param locale for the returned format string
--
Gitblit v1.10.0