Skip to content

Commit

Permalink
HSEARCH-4073 Unnecessary "throws" in EntityReader
Browse files Browse the repository at this point in the history
Signed-off-by: Yoann Rodière <yoann@hibernate.org>
  • Loading branch information
yrodiere committed Nov 2, 2020
1 parent d718c51 commit a53d2c8
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -257,7 +257,7 @@ public void close() {
* Read item from database using JPA. Each read, there will be only one entity fetched.
*/
@Override
public Object readItem() throws Exception {
public Object readItem() {
log.readingEntity();

Object entity = chunkState.next();
Expand Down

0 comments on commit a53d2c8

Please sign in to comment.