package com.intellij.tasks.jira.jql.psi; /** * @author Mikhail Golubev */ public interface JqlEmptyValue extends JqlOperand { }