ref #9861: do not show values when not applicable - continue
[taxeditor.git] / eu.etaxonomy.taxeditor.editor / src / main / java / eu / etaxonomy / taxeditor / editor / descriptiveDataSet / matrix / MatrixUtility.java
index 0046948c109a7c8afe98652e7492d7d734bfba29..a1b9e8d7d275df39e55103cd24cf51725a50bb23 100644 (file)
@@ -94,7 +94,7 @@ public class MatrixUtility {
         return ImageResources.getImage(ImageResources.VALIDATE_ICON);
     }
     
-    private boolean isApplicableCheck(FeatureDto feature, RowWrapperDTO<?> rowWrapperDTO, TermTreeDto tree) {
+    private static boolean isApplicableCheck(FeatureDto feature, RowWrapperDTO<?> rowWrapperDTO, TermTreeDto tree) {
 //        TermTreeDto tree = matrix.getDescriptiveDataSet().getDescriptiveSystem();
         boolean isApplicableCheck = true;
         if (tree.getOnlyApplicable().containsKey(feature.getUuid())){