From 09dc131d36b33e58f728316c3d445dfc3b865be4 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:
---
opendj-sdk/opends/src/server/org/opends/server/api/Group.java | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/opendj-sdk/opends/src/server/org/opends/server/api/Group.java b/opendj-sdk/opends/src/server/org/opends/server/api/Group.java
index 4c89272..25e9e38 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/api/Group.java
+++ b/opendj-sdk/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