change database interface

This commit is contained in:
2020-04-02 14:13:39 +02:00
parent 47b58ed770
commit a7afeb1f7c
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() ;