You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2019/09/23 07:52:34 UTC

[directory-ldap-api] branch master updated: Removed an unused import

This is an automated email from the ASF dual-hosted git repository.

elecharny pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-ldap-api.git


The following commit(s) were added to refs/heads/master by this push:
     new cb403fa  Removed an unused import
     new fa44430  Merge branch 'master' of https://gitbox.apache.org/repos/asf/directory-ldap-api
cb403fa is described below

commit cb403fa249b7e67ca8c27479cc7296200f39d830
Author: emmanuel lecharny <em...@busit.com>
AuthorDate: Sat Sep 21 09:08:21 2019 +0200

    Removed an unused import
---
 .../directory/api/ldap/model/message/controls/PagedResultsImpl.java      | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ldap/model/src/main/java/org/apache/directory/api/ldap/model/message/controls/PagedResultsImpl.java b/ldap/model/src/main/java/org/apache/directory/api/ldap/model/message/controls/PagedResultsImpl.java
index 2742b52..d2addfb 100644
--- a/ldap/model/src/main/java/org/apache/directory/api/ldap/model/message/controls/PagedResultsImpl.java
+++ b/ldap/model/src/main/java/org/apache/directory/api/ldap/model/message/controls/PagedResultsImpl.java
@@ -20,6 +20,7 @@
 package org.apache.directory.api.ldap.model.message.controls;
 
 
+import org.apache.directory.api.util.Base64;
 import org.apache.directory.api.util.Strings;
 
 import java.util.Arrays;