Skip to content
Snippets Groups Projects
Commit 50cfec69 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

compilation error fixed

parent bb7925e0
No related branches found
No related tags found
2 merge requests!412changes from 12.1.0~beta.1 into master,!396Resolve "Improve display of genomic variants"
......@@ -3,8 +3,6 @@ package lcsb.mapviewer.services.utils.data;
import java.util.HashSet;
import java.util.Set;
import org.primefaces.component.export.Exporter.ColumnType;
import lcsb.mapviewer.model.map.layout.ReferenceGenome;
import lcsb.mapviewer.model.map.layout.ReferenceGenomeType;
......@@ -129,7 +127,7 @@ public enum ColorSchemaColumn {
* @param title
* {@link #title}
* @param types
* list of {@link ColumnType types} where this column is allowed
* list of {@link ColorSchemaType types} where this column is allowed
*/
ColorSchemaColumn(String title, ColorSchemaType[] types) {
this.title = title;
......
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