Skip to content
Snippets Groups Projects
Commit f45fd371 authored by Kelly Kelly's avatar Kelly Kelly
Browse files

Fixed bug

parent 14a69263
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@
/*
* A base class for FileSystem table row DTOs.
*/
abstract class FileSystemRowDTO<T extends Content> extends BaseRowDTO {
public abstract class FileSystemRowDTO<T extends Content> extends BaseRowDTO {
private final T content;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment