Skip to content
Snippets Groups Projects
Commit 48c2a704 authored by tcarver's avatar tcarver
Browse files

tidy

parent 255fd786
Branches
Tags
No related merge requests found
......@@ -2129,7 +2129,7 @@ public class EntryEdit extends JFrame
final BasePlotGroup base_plot_group)
{
// only need to check if the Feature table has been changed
List changed_features = ctm.getFeatureInsertUpdate();
List<String> changed_features = ctm.getFeatureInsertUpdate();
if(changed_features == null)
return true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment