提交 b86b1c39 编写于 作者: D David B Malkovsky 提交者: Joram Barrez

Fix javadoc by fully qualifying reference to FlowableException (#508)

上级 18cdb0c8
......@@ -48,8 +48,7 @@ public interface Query<T extends Query<?, ?>, U extends Object> {
/**
* Executes the query and returns the resulting entity or null if no entity matches the query criteria.
*
* @throws FlowableException
* when the query results in more than one entities.
* @throws org.flowable.engine.common.api.FlowableException when the query results in more than one entities.
*/
U singleResult();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册