Skip to content

Commit

Permalink
HSEARCH-4073 Unnecessary @throws in javadoc
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 093127f commit d718c51
Showing 1 changed file with 0 additions and 4 deletions.
Expand Up @@ -241,8 +241,6 @@ public void open(Serializable checkpointInfo) throws IOException, ClassNotFoundE

/**
* Close operation(s) before the class destruction.
*
* @throws Exception thrown for any errors.
*/
@Override
public void close() {
Expand All @@ -257,8 +255,6 @@ public void close() {

/**
* Read item from database using JPA. Each read, there will be only one entity fetched.
*
* @throws Exception thrown for any errors.
*/
@Override
public Object readItem() throws Exception {
Expand Down

0 comments on commit d718c51

Please sign in to comment.