opends/src/server/org/opends/server/tools/makeldif/EntryWriter.java
@@ -22,7 +22,7 @@ * CDDL HEADER END * * * Copyright 2006-2008 Sun Microsystems, Inc. * Copyright 2006-2009 Sun Microsystems, Inc. */ package org.opends.server.tools.makeldif; @@ -30,8 +30,6 @@ import java.io.IOException; import org.opends.server.types.Entry; /** @@ -54,7 +52,7 @@ * * @throws MakeLDIFException If some other problem occurs. */ public boolean writeEntry(Entry entry) public boolean writeEntry(TemplateEntry entry) throws IOException, MakeLDIFException;