4950515253545556575859
*/ public void run(IAction action) { List<?> list = fSelection.toList(); if (!list.isEmpty() && list.get(0) instanceof IFolder) { IFolder folder = (IFolder) list.get(0); folder.sort(); DynamicDAO.save(folder); } } /*
179180181182183184185186187188189
} } // Sort by name if (archive != null) { archive.sort(); DynamicDAO.save(archive); } return feedsToReload; }