change database interface

This commit is contained in:
2020-04-02 14:13:39 +02:00
parent dc3df60716
commit fb283ab668
5 changed files with 6 additions and 7 deletions

View File

@@ -12,7 +12,6 @@ package com.minres.scviewer.database;
import java.io.File;
import java.util.Collection;
import java.util.List;
public interface IWaveformDbLoader {
@@ -20,7 +19,7 @@ public interface IWaveformDbLoader {
public Long getMaxTime();
public List<IWaveform> getAllWaves() ;
public Collection<IWaveform> getAllWaves() ;
public Collection<RelationType> getAllRelationTypes() ;