From e1ea3e0d8999105f144d2be98e0286928b8319ed Mon Sep 17 00:00:00 2001
From: neil_a_wilson <neil_a_wilson@localhost>
Date: Tue, 03 Apr 2007 18:52:11 +0000
Subject: [PATCH] Add initial support for a virtual attribute subsystem, and implement a few different kinds of virtual attributes. This commit addresses the following issues:
---
opends/src/server/org/opends/server/api/Group.java | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/opends/src/server/org/opends/server/api/Group.java b/opends/src/server/org/opends/server/api/Group.java
index 4c89272..25e9e38 100644
--- a/opends/src/server/org/opends/server/api/Group.java
+++ b/opends/src/server/org/opends/server/api/Group.java
@@ -63,9 +63,6 @@
*/
public abstract class Group
{
-
-
-
/**
* Initializes a "shell" instance of this group implementation that
* may be used to identify and instantiate instances of this type of
--
Gitblit v1.10.0