From 5e94d56381f9359a00e7e2b94ac8a9c00b39b097 Mon Sep 17 00:00:00 2001
From: Guy Elsmore-Paddock <guy@rosieapp.com>
Date: Thu, 26 Oct 2017 12:22:20 +0000
Subject: [PATCH] Clarifies a JavaDoc comment
---
opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Resource.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Resource.java b/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Resource.java
index d82c741..35825f6 100644
--- a/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Resource.java
+++ b/opendj-rest2ldap/src/main/java/org/forgerock/opendj/rest2ldap/Resource.java
@@ -471,7 +471,7 @@
}
/**
- * Gets a unique name for the configuration of this resource in CREST.
+ * Gets a unique name for the configuration of this resource as a service in CREST.
*
* The name is the combination of the resource type and the writability of the resource. For
* example, {@code frapi:opendj:rest2ldap:group:1.0:read-write} or
--
Gitblit v1.10.0