From 34ac48d938d5f3411505f7d0f883a585148ec716 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Fri, 08 Jan 2010 18:13:58 +0000
Subject: [PATCH] * various minor code fixes * fix unit tests * remove TODOs from Javadoc (issues are now in Issue Tracker)

---
 sdk/src/org/opends/sdk/ldif/package-info.java |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/sdk/src/org/opends/sdk/ldif/package-info.java b/sdk/src/org/opends/sdk/ldif/package-info.java
index 3353109..74795fb 100755
--- a/sdk/src/org/opends/sdk/ldif/package-info.java
+++ b/sdk/src/org/opends/sdk/ldif/package-info.java
@@ -27,18 +27,6 @@
 
 /**
  * Classes and interfaces for reading and writing LDIF.
- *
- * <h1>TO DO</h1>
- * <ul>
- * <li>Make LDIFEntryReader concurrent and support DN reservation.
- * <li>LDIF*Reader Reject and skip support
- * <li>Remaining schema checking (e.g. binary option)
- * <li>Fix error messages (prefix with file/lineno)
- * <li>Support multiple LDIF*Reader sources
- * <li>Support EntryWriter splitting
- * <li>Support LDIFConnectionFactory
- * <li>Comments and optional charset encoding?
- * </ul>
  */
 package org.opends.sdk.ldif;
 

--
Gitblit v1.10.0