From cf4d532bc0312d6456637a01c6b7c29d2906ecbd Mon Sep 17 00:00:00 2001
From: boli <boli@localhost>
Date: Mon, 13 Apr 2009 19:26:44 +0000
Subject: [PATCH] Fix for issues 2273 and 3482: 

---
 opends/src/server/org/opends/server/loggers/FileNamingPolicy.java |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/opends/src/server/org/opends/server/loggers/FileNamingPolicy.java b/opends/src/server/org/opends/server/loggers/FileNamingPolicy.java
index 5d22649..1dc95ef 100644
--- a/opends/src/server/org/opends/server/loggers/FileNamingPolicy.java
+++ b/opends/src/server/org/opends/server/loggers/FileNamingPolicy.java
@@ -22,7 +22,7 @@
  * CDDL HEADER END
  *
  *
- *      Copyright 2006-2008 Sun Microsystems, Inc.
+ *      Copyright 2006-2009 Sun Microsystems, Inc.
  */
 package org.opends.server.loggers;
 
@@ -58,7 +58,9 @@
   public FilenameFilter getFilenameFilter();
 
   /**
-   * Gets all the existing files named by this policy.
+   * Gets all the existing files named by this policy in the parent directoy
+   * of the initial file. The initial file is excluded from this list if it
+   * exists.
    *
    * @return The files named by this policy or <code>null</code> if an
    *         error occured.

--
Gitblit v1.10.0