From: Sweidan Omar Date: Mon, 6 Dec 2021 10:28:17 +0000 (+0000) Subject: git-tfs-id: [http://tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube... X-Git-Url: http://git.useribm.hu/?a=commitdiff_plain;h=4d98a922a95a047da4a309be24ce2555e79c3c08;p=mediacube.git git-tfs-id: [tfs.userrendszerhaz.hu:8080/tfs/DefaultCollection]$/MediaCube;C32429 --- diff --git a/server/user.jobengine.osgi.commons/src/user/commons/remotestore/LocalDirectoryLister.java b/server/user.jobengine.osgi.commons/src/user/commons/remotestore/LocalDirectoryLister.java index 24a9e6c3..533d250b 100644 --- a/server/user.jobengine.osgi.commons/src/user/commons/remotestore/LocalDirectoryLister.java +++ b/server/user.jobengine.osgi.commons/src/user/commons/remotestore/LocalDirectoryLister.java @@ -161,13 +161,11 @@ public class LocalDirectoryLister implements IDirectoryLister { @Override public List list(String wildCard) throws Exception { - // TODO Auto-generated method stub return null; } @Override public void list(String wildCard, IRemoteFileListCallback callback) throws Exception { - // TODO Auto-generated method stub }