From 5fd1906eb2b2d7767c12821ccb5b834be56bf1f8 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.
---
opendj3-server-dev/src/server/org/opends/server/types/SortKey.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opendj3-server-dev/src/server/org/opends/server/types/SortKey.java b/opendj3-server-dev/src/server/org/opends/server/types/SortKey.java
index 99e2373..167f75a 100644
--- a/opendj3-server-dev/src/server/org/opends/server/types/SortKey.java
+++ b/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