This is an automated email from the ASF dual-hosted git repository. gabriel pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/cloudstack.git
The following commit(s) were added to refs/heads/master by this push: new c12cadb Delete blank java file 'CopyTemplateToPrimaryStorageAnswer.java' (#3124) c12cadb is described below commit c12cadb284240677fc93963fc0a3763b55c52714 Author: Gabriel Beims Bräscher <gabrasc...@gmail.com> AuthorDate: Fri Jan 11 12:56:46 2019 +0100 Delete blank java file 'CopyTemplateToPrimaryStorageAnswer.java' (#3124) --- .../storage/CopyTemplateToPrimaryStorageAnswer.java | 18 ------------------ 1 file changed, 18 deletions(-) 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 901dfd7..0000000 --- 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.