From 9fdb95ca9c3c8e3524845760b81a85c7a4c81a45 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 04 Dec 2009 11:49:33 +0000
Subject: [PATCH] Drop util package: move ByteString hierarchy into top level sdk package and other "internal" classes to com.sun.*. Move messages into their own package. Clean up imports.
---
sdk/src/com/sun/opends/sdk/util/StringPrepProfile.java | 8 +++++---
1 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/sdk/src/org/opends/sdk/util/StringPrepProfile.java b/sdk/src/com/sun/opends/sdk/util/StringPrepProfile.java
similarity index 99%
rename from sdk/src/org/opends/sdk/util/StringPrepProfile.java
rename to sdk/src/com/sun/opends/sdk/util/StringPrepProfile.java
index e8b9abe..f3dc098 100644
--- a/sdk/src/org/opends/sdk/util/StringPrepProfile.java
+++ b/sdk/src/com/sun/opends/sdk/util/StringPrepProfile.java
@@ -24,15 +24,17 @@
*
* Copyright 2009 Sun Microsystems, Inc.
*/
-package org.opends.sdk.util;
+package com.sun.opends.sdk.util;
-import static org.opends.sdk.util.Validator.ensureNotNull;
+import static com.sun.opends.sdk.util.Validator.*;
import java.util.HashMap;
import java.util.HashSet;
+import org.opends.sdk.ByteSequence;
+
/**
@@ -571,7 +573,7 @@
* The buffer to which the prepared form of the string should
* be appended.
* @param sequence
- * The {@link org.opends.sdk.util.ByteSequence} that
+ * The {@link org.opends.sdk.ByteSequence} that
* needs preparation.
* @param trim
* Indicates whether leading and trailing spaces should be
--
Gitblit v1.10.0