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

jvergara
07.44.2008 f2c7d573a72b4046f7a867b504386b32de64a551
Fix typo in a comment.
1 files modified
4 ■■■■ changed files
opendj-sdk/opends/src/server/org/opends/server/core/IdleTimeLimitThread.java 4 ●●●● patch | view | raw | blame | history
opendj-sdk/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