Skip to content
Snippets Groups Projects
Commit 6a8926f4 authored by tcarver's avatar tcarver
Browse files

add getEntrySource()

parent 43079860
No related branches found
No related tags found
No related merge requests found
......@@ -272,6 +272,14 @@ public class ReadAndWriteEntry
return Integer.toString(feature.getFeatureId());
}
/**
* return the ENTRY_SOURCE
*/
public static DatabaseEntrySource getEntrySource()
{
return ENTRY_SOURCE;
}
public static void main(final String args[])
{
try
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment