mirror of https://github.com/rusefi/RomRaider.git
started external data source stuff
git-svn-id: http://svn.3splooges.com/romraider-arch/trunk@565 d2e2e1cd-ba16-0410-be16-b7c4453c7c2d
This commit is contained in:
parent
677863ceb7
commit
24fafbf928
|
@ -17,6 +17,7 @@ public final class UtecDataSource implements ExternalDataSource {
|
||||||
}
|
}
|
||||||
|
|
||||||
public List<ExternalDataItem> getDataItems() {
|
public List<ExternalDataItem> getDataItems() {
|
||||||
|
//TODO: Populate and return list of UTEC ExternalDataItem implementations
|
||||||
return new ArrayList<ExternalDataItem>();
|
return new ArrayList<ExternalDataItem>();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue