removing dead code - NotenoughBytesException
Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/8927456d Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/8927456d Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/8927456d Branch: refs/heads/master Commit: 8927456d211df7c6848b507ec8b63d049a41d3fe Parents: 12de358 Author: Clebert Suconic <[email protected]> Authored: Fri Aug 28 14:34:39 2015 -0400 Committer: Clebert Suconic <[email protected]> Committed: Fri Aug 28 15:05:42 2015 -0400 ---------------------------------------------------------------------- .../openwire/NotEnoughBytesException.java | 25 -------------------- 1 file changed, 25 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/8927456d/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/NotEnoughBytesException.java ---------------------------------------------------------------------- diff --git a/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/NotEnoughBytesException.java b/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/NotEnoughBytesException.java deleted file mode 100644 index d34ec63d..0000000 --- a/artemis-protocols/artemis-openwire-protocol/src/main/java/org/apache/activemq/artemis/core/protocol/openwire/NotEnoughBytesException.java +++ /dev/null @@ -1,25 +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.activemq.artemis.core.protocol.openwire; - -import java.io.IOException; - -public class NotEnoughBytesException extends IOException { - - private static final long serialVersionUID = 3752739907942923658L; - -}
