Skip to content
Snippets Groups Projects

Fixes bugs 469299 and 469302, the file viewer delete button not working

Closed Eclipse Webmaster requested to merge github/fork/SmithRWORNL/master into master
7 files
+ 55
9
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -69,7 +69,7 @@ public class ResourceComponent extends ListComponent<ICEResource> {
return;
}
/**
* This operation gets all of the ICEResources from the component.
*
Loading