Skip to content
Snippets Groups Projects
Commit 8e74ff74 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

Better unsigned numbers management (SCAN-853)

parent 4ea98ecf
No related branches found
No related merge requests found
......@@ -185,6 +185,11 @@ public class FileListController extends AbstractController<File[]> {
public void clean() {
decorated = null;
}
@Override
public boolean isUnsigned() {
return false;
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment