From d03839909ce214be705a1abfa9a7cec9bc293e07 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 04 Dec 2009 17:04:27 +0000
Subject: [PATCH] Remove API references to com.sun.opends.* classes from public API (except I18 related classes). Remove ordinals from messages as they are not needed in SDK. Make some exception constructors package private.
---
opendj-sdk/sdk/src/org/opends/sdk/CancelledException.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/sdk/src/org/opends/sdk/CancelledException.java b/opendj-sdk/sdk/src/org/opends/sdk/CancelledException.java
index e3c1618..0119704 100644
--- a/opendj-sdk/sdk/src/org/opends/sdk/CancelledException.java
+++ b/opendj-sdk/sdk/src/org/opends/sdk/CancelledException.java
@@ -40,7 +40,7 @@
@SuppressWarnings("serial")
public class CancelledException extends ErrorResultException
{
- public CancelledException(Result result)
+ CancelledException(Result result)
{
super(result);
}
--
Gitblit v1.10.0