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

matthew_swift
08.52.2009 1b9f39db0f5450de6c3bb97cec681c342fff5944
sdk/src/org/opends/sdk/LocalizableException.java
File was renamed from 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();
}