From b4e7fff652daed36532dedf580d8bbe7c62cb772 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Mon, 9 Apr 2012 21:20:52 +0000 Subject: [PATCH] remove non used classes git-svn-id: https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk@1311461 13f79535-47bb-0310-9956-ffa450edef68 --- .../system/DefaultSecureApplication.java | 28 ------------------- .../redback/system/SecureApplication.java | 28 ------------------- 2 files changed, 56 deletions(-) delete mode 100644 redback-system/src/test/java/org/apache/archiva/redback/system/DefaultSecureApplication.java delete mode 100644 redback-system/src/test/java/org/apache/archiva/redback/system/SecureApplication.java diff --git a/redback-system/src/test/java/org/apache/archiva/redback/system/DefaultSecureApplication.java b/redback-system/src/test/java/org/apache/archiva/redback/system/DefaultSecureApplication.java deleted file mode 100644 index 668d0b82..00000000 --- a/redback-system/src/test/java/org/apache/archiva/redback/system/DefaultSecureApplication.java +++ /dev/null @@ -1,28 +0,0 @@ -package org.apache.archiva.redback.system; - -/* - * 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. - */ - -/** - * @author Jason van Zyl - */ -public class DefaultSecureApplication - implements SecureApplication -{ -} diff --git a/redback-system/src/test/java/org/apache/archiva/redback/system/SecureApplication.java b/redback-system/src/test/java/org/apache/archiva/redback/system/SecureApplication.java deleted file mode 100644 index 8fc86898..00000000 --- a/redback-system/src/test/java/org/apache/archiva/redback/system/SecureApplication.java +++ /dev/null @@ -1,28 +0,0 @@ -package org.apache.archiva.redback.system; - -/* - * 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. - */ - -/** - * @author Jason van Zyl - */ -public interface SecureApplication -{ - // -}