Repository: james-project
Updated Branches:
  refs/heads/master 1128983f4 -> 1dafd8849


JAMES-2090 Delete unused class


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/96facc5b
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/96facc5b
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/96facc5b

Branch: refs/heads/master
Commit: 96facc5b0a850660e4bab8c413fb3a651ba21af6
Parents: 02d86a4
Author: benwa <btell...@linagora.com>
Authored: Tue Jul 4 17:01:07 2017 +0700
Committer: benwa <btell...@linagora.com>
Committed: Wed Jul 5 11:36:16 2017 +0700

----------------------------------------------------------------------
 ...essageDeletedDuringFlagsUpdateException.java | 30 --------------------
 1 file changed, 30 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/96facc5b/mailbox/cassandra/src/main/java/org/apache/james/mailbox/cassandra/mail/utils/MessageDeletedDuringFlagsUpdateException.java
----------------------------------------------------------------------
diff --git 
a/mailbox/cassandra/src/main/java/org/apache/james/mailbox/cassandra/mail/utils/MessageDeletedDuringFlagsUpdateException.java
 
b/mailbox/cassandra/src/main/java/org/apache/james/mailbox/cassandra/mail/utils/MessageDeletedDuringFlagsUpdateException.java
deleted file mode 100644
index 7573830..0000000
--- 
a/mailbox/cassandra/src/main/java/org/apache/james/mailbox/cassandra/mail/utils/MessageDeletedDuringFlagsUpdateException.java
+++ /dev/null
@@ -1,30 +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.mailbox.cassandra.mail.utils;
-
-import org.apache.james.mailbox.cassandra.CassandraId;
-import org.apache.james.mailbox.cassandra.CassandraMessageId;
-
-public class MessageDeletedDuringFlagsUpdateException extends RuntimeException 
{
-
-    public MessageDeletedDuringFlagsUpdateException(CassandraId id, 
CassandraMessageId messageId) {
-        super("Can not perform flag update as message was deleted for mailbox 
" + id.serialize() + " and message " + messageId.serialize());
-    }
-}


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

Reply via email to