From ace2bd4146fe55154c0d716f20d9cbff3a2297d3 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Thu, 27 Sep 2007 14:50:30 +0000
Subject: [PATCH] Improvements to aggregation support and foundation work for expressing arbitrary constraints within components.
---
opends/resource/admin/metaMO.xsl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/resource/admin/metaMO.xsl b/opends/resource/admin/metaMO.xsl
index 8266696..7a0aa0d 100644
--- a/opends/resource/admin/metaMO.xsl
+++ b/opends/resource/admin/metaMO.xsl
@@ -580,7 +580,7 @@
' return INSTANCE;
',
' }
')" />
<!--
- Property provider view.
+ Server managed object getter.
-->
<xsl:text>
</xsl:text>
<xsl:text>
</xsl:text>
@@ -589,7 +589,7 @@
select="concat(' /**
',
' * {@inheritDoc}
',
' */
',
- ' public PropertyProvider properties() {
',
+ ' public ServerManagedObject<? extends ', $this-java-class,'Cfg> managedObject() {
',
' return impl;
',
' }
')" />
<!--
--
Gitblit v1.10.0