From 8a7d994e004ad0ec1a192dbadd348e041a2e3de2 Mon Sep 17 00:00:00 2001
From: Jean-Noël Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Tue, 24 May 2016 13:02:12 +0000
Subject: [PATCH] ObjectClassTestCase.java: renamed test case and local variable
---
opendj-maven-plugin/src/main/resources/config/stylesheets/serverMO.xsl | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/opendj-maven-plugin/src/main/resources/config/stylesheets/serverMO.xsl b/opendj-maven-plugin/src/main/resources/config/stylesheets/serverMO.xsl
index b85d37d..820a6c9 100644
--- a/opendj-maven-plugin/src/main/resources/config/stylesheets/serverMO.xsl
+++ b/opendj-maven-plugin/src/main/resources/config/stylesheets/serverMO.xsl
@@ -12,6 +12,7 @@
information: "Portions Copyright [year] [name of copyright owner]".
Copyright 2007-2008 Sun Microsystems, Inc.
+ Portions Copyright 2016 ForgeRock AS.
! -->
<xsl:stylesheet version="1.0" xmlns:adm="http://opendj.forgerock.org/admin"
xmlns:admpp="http://opendj.forgerock.org/admin-preprocessor"
@@ -132,7 +133,7 @@
<xsl:when test="adm:one-to-zero-or-one">
<xsl:value-of
select="concat(' /**
',
- ' * Determines whether or not the ', $ufn,' exists.
',
+ ' * Determines whether the ', $ufn,' exists.
',
' *
',
' * @return Returns <true> if the ', $ufn,' exists.
',
' */
')" />
--
Gitblit v1.10.0