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/clientMO.xsl | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opendj-maven-plugin/src/main/resources/config/stylesheets/clientMO.xsl b/opendj-maven-plugin/src/main/resources/config/stylesheets/clientMO.xsl
index c2f9db4..d9100c6 100644
--- a/opendj-maven-plugin/src/main/resources/config/stylesheets/clientMO.xsl
+++ b/opendj-maven-plugin/src/main/resources/config/stylesheets/clientMO.xsl
@@ -12,7 +12,7 @@
information: "Portions Copyright [year] [name of copyright owner]".
Copyright 2008-2009 Sun Microsystems, Inc.
- Portions Copyright 2014 ForgeRock AS.
+ Portions Copyright 2014-2016 ForgeRock AS.
! -->
<xsl:stylesheet version="1.0" xmlns:adm="http://opendj.forgerock.org/admin"
xmlns:admpp="http://opendj.forgerock.org/admin-preprocessor"
@@ -115,7 +115,7 @@
<xsl:call-template name="add-java-comment2">
<xsl:with-param name="indent" select="2" />
<xsl:with-param name="content"
- select="concat('Determines whether or not the ', $ufn,' exists.
',
+ select="concat('Determines whether the ', $ufn,' exists.
',
'
',
'@return Returns <true> if the ', $ufn,' exists.
',
'@throws ConcurrentModificationException
',
--
Gitblit v1.10.0