blob: 514b798cef452371e1670ab348561d99f38e0152 [file] [log] [blame]
package com.intellij.tasks.jira.jql.psi;
/**
* @author Mikhail Golubev
*/
public interface JqlWasClause extends JqlSimpleClause, JqlClauseWithHistoryPredicates {
}