You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by ro...@apache.org on 2020/07/07 16:02:40 UTC

[james-project] 02/05: [REFACTORING] Remove unused class

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

rouazana pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git

commit 36cba622c1a0c3b2837ae00fba1b4c7bad6d6b9d
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Tue Jul 7 10:58:30 2020 +0700

    [REFACTORING] Remove unused class
---
 .../james/user/ldap/retry/FaultyService.java       | 24 ----------------------
 1 file changed, 24 deletions(-)

diff --git a/server/data/data-ldap/src/main/java/org/apache/james/user/ldap/retry/FaultyService.java b/server/data/data-ldap/src/main/java/org/apache/james/user/ldap/retry/FaultyService.java
deleted file mode 100644
index b7b32b5..0000000
--- a/server/data/data-ldap/src/main/java/org/apache/james/user/ldap/retry/FaultyService.java
+++ /dev/null
@@ -1,24 +0,0 @@
-/****************************************************************
- * Licensed to the Apache Software Foundation (ASF) under one   *
- * or more contributor license agreements.  See the NOTICE file *
- * distributed with this work for additional information        *
- * regarding copyright ownership.  The ASF licenses this file   *
- * to you under the Apache License, Version 2.0 (the            *
- * "License"); you may not use this file except in compliance   *
- * with the License.  You may obtain a copy of the License at   *
- *                                                              *
- * http://www.apache.org/licenses/LICENSE-2.0                   *
- *                                                              *
- * Unless required by applicable law or agreed to in writing,   *
- * software distributed under the License is distributed on an  *
- * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY       *
- * KIND, either express or implied.  See the License for the    *
- * specific language governing permissions and limitations      *
- * under the License.                                           *
- ****************************************************************/
-
-package org.apache.james.user.ldap.retry;
-
-public interface FaultyService {
-    String faultyService();
-}


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org