Skip to content

Commit

Permalink
Merge d53b2fe into 55d0b85
Browse files Browse the repository at this point in the history
  • Loading branch information
shout-star committed Sep 11, 2019
2 parents 55d0b85 + d53b2fe commit 47393e0
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/main/java/jp/co/future/uroborosql/AbstractAgent.java
Expand Up @@ -336,16 +336,6 @@ public void close() {
}
}

/**
* {@inheritDoc} {@link #close()} を呼び出す
*
* @see java.lang.Object#finalize()
*/
@Override
protected void finalize() throws Throwable {
close();
}

/**
* {@inheritDoc}
*
Expand Down

0 comments on commit 47393e0

Please sign in to comment.