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

jvergara
07.44.2008 bd55c818cbde4c9f9ee4541f41d0f1a93bdf9025
Fix typo in a comment.
1 files modified
4 ■■■■ changed files
opends/src/server/org/opends/server/core/IdleTimeLimitThread.java 4 ●●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/core/IdleTimeLimitThread.java
@@ -22,7 +22,7 @@
 * CDDL HEADER END
 *
 *
 *      Portions Copyright 2007 Sun Microsystems, Inc.
 *      Portions Copyright 2007-2008 Sun Microsystems, Inc.
 */
package org.opends.server.core;
import org.opends.messages.Message;
@@ -47,7 +47,7 @@
/**
 * This class defines a thread that will be used to teriminate client
 * This class defines a thread that will be used to terminate client
 * connections if they have been idle for too long.
 */
public class IdleTimeLimitThread