From 779e8d65b79e9fada98dd5f070c3359bb963b169 Mon Sep 17 00:00:00 2001 From: matthew_swift <matthew_swift@localhost> Date: Fri, 17 Sep 2010 22:14:02 +0000 Subject: [PATCH] Implement a new resource limit policy which restricts the number of operations which can be performed during a time interval --- opends/src/server/org/opends/server/core/networkgroups/NetworkGroup.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/opends/src/server/org/opends/server/core/networkgroups/NetworkGroup.java b/opends/src/server/org/opends/server/core/networkgroups/NetworkGroup.java index f6aa131..9634999 100644 --- a/opends/src/server/org/opends/server/core/networkgroups/NetworkGroup.java +++ b/opends/src/server/org/opends/server/core/networkgroups/NetworkGroup.java @@ -22,7 +22,7 @@ * CDDL HEADER END * * - * Copyright 2007-2009 Sun Microsystems, Inc. + * Copyright 2007-2010 Sun Microsystems, Inc. */ package org.opends.server.core.networkgroups; -- Gitblit v1.10.0