Skip to content

Commit

Permalink
docs: fix javadoc
Browse files Browse the repository at this point in the history
FOLLOW UP: 36552bb
  • Loading branch information
hishidama committed Aug 14, 2024
1 parent 36552bb commit 759c618
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ public abstract class TsurugiSqlResult implements IceaxeTimeoutCloseable {
private final TsurugiSql sqlStatement;
private final Object sqlParameter;

/** connect timeout. */
protected final IceaxeTimeout connectTimeout;
/** close timeout. */
protected final IceaxeTimeout closeTimeout;

/**
Expand Down

0 comments on commit 759c618

Please sign in to comment.