blob: 6391602750c364f22d38ea6298737e88d9ef2135 [file] [log] [blame]
package com.intellij.tasks.jira.jql.psi;
/**
* @author Mikhail Golubev
*/
public interface JqlOperand extends JqlElement {
}