From c3e44778c98c39b4a3733c8ebfc8e8109a3d7eb6 Mon Sep 17 00:00:00 2001 From: Matthew Swift <matthew.swift@forgerock.com> Date: Wed, 24 Apr 2013 15:20:01 +0000 Subject: [PATCH] Fix Javadoc typo. --- opendj-sdk/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/controls/EntryChangeNotificationResponseControl.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/controls/EntryChangeNotificationResponseControl.java b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/controls/EntryChangeNotificationResponseControl.java index 5f2c150..07b86f9 100644 --- a/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/controls/EntryChangeNotificationResponseControl.java +++ b/opendj-sdk/opendj3/opendj-ldap-sdk/src/main/java/org/forgerock/opendj/ldap/controls/EntryChangeNotificationResponseControl.java @@ -22,7 +22,7 @@ * * * Copyright 2010 Sun Microsystems, Inc. - * Portions copyright 2012 ForgeRock AS. + * Portions copyright 2012-2013 ForgeRock AS. */ package org.forgerock.opendj.ldap.controls; @@ -49,7 +49,7 @@ /** * The entry change notification response control as defined in * draft-ietf-ldapext-psearch. This control provides additional information - * about the change the caused a particular entry to be returned as the result + * about the change that caused a particular entry to be returned as the result * of a persistent search. * * <pre> -- Gitblit v1.10.0