mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

neil_a_wilson
16.22.2007 4b75ccc54565a9c317f8f1f33790380ba32efabb
opends/src/messages/src/org/opends/messages/Message.java
@@ -112,7 +112,7 @@
   * @return a message object that will render the same in all locales;
   *         null if <code>object</code> is null
   */
  static public Message raw(Object object, Object... arguments) {
  static public Message fromObject(Object object, Object... arguments) {
    Message message = null;
    if (object != null) {
      CharSequence cs = object.toString();