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/25 02:36:23 UTC

[directory-ldap-api] branch master updated: Fixed a checkstyle error

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 7a6cd62  Fixed a checkstyle error
7a6cd62 is described below

commit 7a6cd62ec4ea807225134e0ce838cd8dd2b367e9
Author: emmanuel lecharny <em...@busit.com>
AuthorDate: Wed Sep 25 04:36:18 2019 +0200

    Fixed a checkstyle error
---
 .../directory/api/ldap/model/message/controls/PagedResultsImpl.java      | 1 -
 1 file changed, 1 deletion(-)

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 d2addfb..2742b52 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,7 +20,6 @@
 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;