Skip to content
Snippets Groups Projects
Commit 35984989 authored by srosse's avatar srosse
Browse files

OO-420: modernize CatalogManager

parent af2691bb
No related branches found
No related tags found
No related merge requests found
...@@ -38,6 +38,8 @@ import org.olat.repository.RepositoryEntry; ...@@ -38,6 +38,8 @@ import org.olat.repository.RepositoryEntry;
* @author Felix Jost * @author Felix Jost
*/ */
public class CatalogEntryImpl extends PersistentObject implements CatalogEntry { public class CatalogEntryImpl extends PersistentObject implements CatalogEntry {
private static final long serialVersionUID = 2834235462805397562L;
private String name; private String name;
private String description; private String description;
private String externalURL; private String externalURL;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment