From 7f9b1c0698de9ea4ccf34fdad552a8c05440cd6c Mon Sep 17 00:00:00 2001 From: GabrielBrascher Date: Thu, 10 Jan 2019 17:11:16 +0100 Subject: [PATCH] Delete blank java file 'CopyTemplateToPrimaryStorageAnswer.java' --- .../CopyTemplateToPrimaryStorageAnswer.java | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 api/src/main/java/com/cloud/agent/api/storage/CopyTemplateToPrimaryStorageAnswer.java diff --git a/api/src/main/java/com/cloud/agent/api/storage/CopyTemplateToPrimaryStorageAnswer.java b/api/src/main/java/com/cloud/agent/api/storage/CopyTemplateToPrimaryStorageAnswer.java deleted file mode 100644 index 901dfd74c060..000000000000 --- a/api/src/main/java/com/cloud/agent/api/storage/CopyTemplateToPrimaryStorageAnswer.java +++ /dev/null @@ -1,18 +0,0 @@ -package com.cloud.agent.api.storage; - -// 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.