From d135ab84db757e98dbeff45707b48a64befd9886 Mon Sep 17 00:00:00 2001 From: uhensler <urs.hensler@frentix.com> Date: Fri, 29 Mar 2019 15:05:58 +0100 Subject: [PATCH] OO-3932: Delete unused class --- .../java/org/olat/modules/wopi/FileInfo.java | 41 ------------------- 1 file changed, 41 deletions(-) delete mode 100644 src/main/java/org/olat/modules/wopi/FileInfo.java diff --git a/src/main/java/org/olat/modules/wopi/FileInfo.java b/src/main/java/org/olat/modules/wopi/FileInfo.java deleted file mode 100644 index 822581143db..00000000000 --- a/src/main/java/org/olat/modules/wopi/FileInfo.java +++ /dev/null @@ -1,41 +0,0 @@ -/** - * <a href="http://www.openolat.org"> - * OpenOLAT - Online Learning and Training</a><br> - * <p> - * Licensed under the Apache License, Version 2.0 (the "License"); <br> - * you may not use this file except in compliance with the License.<br> - * You may obtain a copy of the License at the - * <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache homepage</a> - * <p> - * Unless required by applicable law or agreed to in writing,<br> - * software distributed under the License is distributed on an "AS IS" BASIS, <br> - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. <br> - * See the License for the specific language governing permissions and <br> - * limitations under the License. - * <p> - * Initial code contributed and copyrighted by<br> - * frentix GmbH, http://www.frentix.com - * <p> - */ -package org.olat.modules.wopi; - -/** - * - * Initial date: 3 Feb 2019<br> - * @author uhensler, urs.hensler@frentix.com, http://www.frentix.com - * - */ -//TODO uh rename to FileAccess? -public interface FileInfo { - - public String getBaseFileName(); - - public String getOwnerId(); - - public long getSize(); - - public String getUserId(); - - public String getVersion(); - -} -- GitLab