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

matthew_swift
08.52.2009 460075839833c278f128c1482638767cdc68bfc7
opendj-sdk/sdk/src/org/opends/sdk/LocalizableException.java
File was renamed from opendj-sdk/sdk/src/com/sun/opends/sdk/util/LocalizableException.java
@@ -24,7 +24,8 @@
 *
 *      Copyright 2009 Sun Microsystems, Inc.
 */
package com.sun.opends.sdk.util;
package org.opends.sdk;
@@ -42,6 +43,6 @@
   * 
   * @return The message that explains the problem that occurred.
   */
  Message getMessageObject();
  LocalizableMessage getMessageObject();
}