mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Nicolas Capponi
30.38.2014 22542acc2f7a03a735ae73c49c09252068ebc86d
opendj3-server-dev/src/server/org/opends/server/loggers/FileComparator.java
@@ -22,6 +22,7 @@
 *
 *
 *      Copyright 2006-2008 Sun Microsystems, Inc.
 *      Portions Copyright 2014 ForgeRock AS
 */
package org.opends.server.loggers;
@@ -35,7 +36,7 @@
 * This class implements a comparator that can compare two files based on the
 * time that they were last modified.
 */
public class FileComparator implements Comparator<File>
class FileComparator implements Comparator<File>
{
  /**
   * Compare two files based on file modification time.