module JIRA
  module Resource
    class PriorityFactory < JIRA::BaseFactory # :nodoc:
    end

    class Priority < JIRA::Base; end
  end
end
