From 0793bcdacd4da21866bc2b9424c0634cd7bf312f Mon Sep 17 00:00:00 2001
From: Jean-Noel Rouvignac <jean-noel.rouvignac@forgerock.com>
Date: Mon, 17 Mar 2014 14:02:23 +0000
Subject: [PATCH] Fixed checkstyle error.
---
opendj-sdk/opendj3-server-dev/src/server/org/opends/server/types/SortKey.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj-sdk/opendj3-server-dev/src/server/org/opends/server/types/SortKey.java b/opendj-sdk/opendj3-server-dev/src/server/org/opends/server/types/SortKey.java
index 99e2373..167f75a 100644
--- a/opendj-sdk/opendj3-server-dev/src/server/org/opends/server/types/SortKey.java
+++ b/opendj-sdk/opendj3-server-dev/src/server/org/opends/server/types/SortKey.java
@@ -38,7 +38,7 @@
* the sorting process, although if none is provided it will use the
* default ordering matching rule for the attribute type.
* <p>
- * FIXME: replace with the equivalent SDK type.
+ * FIXME: replace with the equivalent SDK type.
*/
@org.opends.server.types.PublicAPI(
stability=org.opends.server.types.StabilityLevel.VOLATILE,
--
Gitblit v1.10.0