@@ -402,7 +402,7 @@ public Object invoke(final Object proxy, final Method method, final Object[] arg
402402 * Sets the value to return when a SQL null is encountered as the result of
403403 * invoking a {@code getAsciiStream} method.
404404 *
405- * @param nullAsciiStream the value
405+ * @param nullAsciiStream The value
406406 */
407407 public void setNullAsciiStream (final InputStream nullAsciiStream ) {
408408 this .nullAsciiStream = nullAsciiStream ;
@@ -412,7 +412,7 @@ public void setNullAsciiStream(final InputStream nullAsciiStream) {
412412 * Sets the value to return when a SQL null is encountered as the result of
413413 * invoking a {@code getBigDecimal} method.
414414 *
415- * @param nullBigDecimal the value
415+ * @param nullBigDecimal The value
416416 */
417417 public void setNullBigDecimal (final BigDecimal nullBigDecimal ) {
418418 this .nullBigDecimal = nullBigDecimal ;
@@ -422,7 +422,7 @@ public void setNullBigDecimal(final BigDecimal nullBigDecimal) {
422422 * Sets the value to return when a SQL null is encountered as the result of
423423 * invoking a {@code getBinaryStream} method.
424424 *
425- * @param nullBinaryStream the value
425+ * @param nullBinaryStream The value
426426 */
427427 public void setNullBinaryStream (final InputStream nullBinaryStream ) {
428428 this .nullBinaryStream = nullBinaryStream ;
@@ -432,7 +432,7 @@ public void setNullBinaryStream(final InputStream nullBinaryStream) {
432432 * Sets the value to return when a SQL null is encountered as the result of
433433 * invoking a {@code getBlob} method.
434434 *
435- * @param nullBlob the value
435+ * @param nullBlob The value
436436 */
437437 public void setNullBlob (final Blob nullBlob ) {
438438 this .nullBlob = nullBlob ;
@@ -442,7 +442,7 @@ public void setNullBlob(final Blob nullBlob) {
442442 * Sets the value to return when a SQL null is encountered as the result of
443443 * invoking a {@code getBoolean} method.
444444 *
445- * @param nullBoolean the value
445+ * @param nullBoolean The value
446446 */
447447 public void setNullBoolean (final boolean nullBoolean ) {
448448 this .nullBoolean = nullBoolean ;
@@ -452,7 +452,7 @@ public void setNullBoolean(final boolean nullBoolean) {
452452 * Sets the value to return when a SQL null is encountered as the result of
453453 * invoking a {@code getByte} method.
454454 *
455- * @param nullByte the value
455+ * @param nullByte The value
456456 */
457457 public void setNullByte (final byte nullByte ) {
458458 this .nullByte = nullByte ;
@@ -462,7 +462,7 @@ public void setNullByte(final byte nullByte) {
462462 * Sets the value to return when a SQL null is encountered as the result of
463463 * invoking a {@code getBytes} method.
464464 *
465- * @param nullBytes the value
465+ * @param nullBytes The value
466466 */
467467 public void setNullBytes (final byte [] nullBytes ) {
468468 if (nullBytes != null ) {
@@ -476,7 +476,7 @@ public void setNullBytes(final byte[] nullBytes) {
476476 * Sets the value to return when a SQL null is encountered as the result of
477477 * invoking a {@code getCharacterStream} method.
478478 *
479- * @param nullCharacterStream the value
479+ * @param nullCharacterStream The value
480480 */
481481 public void setNullCharacterStream (final Reader nullCharacterStream ) {
482482 this .nullCharacterStream = nullCharacterStream ;
@@ -486,7 +486,7 @@ public void setNullCharacterStream(final Reader nullCharacterStream) {
486486 * Sets the value to return when a SQL null is encountered as the result of
487487 * invoking a {@code getClob} method.
488488 *
489- * @param nullClob the value
489+ * @param nullClob The value
490490 */
491491 public void setNullClob (final Clob nullClob ) {
492492 this .nullClob = nullClob ;
@@ -496,7 +496,7 @@ public void setNullClob(final Clob nullClob) {
496496 * Sets the value to return when a SQL null is encountered as the result of
497497 * invoking a {@code getDate} method.
498498 *
499- * @param nullDate the value
499+ * @param nullDate The value
500500 */
501501 public void setNullDate (final Date nullDate ) {
502502 this .nullDate = nullDate != null ? new Date (nullDate .getTime ()) : null ;
@@ -506,7 +506,7 @@ public void setNullDate(final Date nullDate) {
506506 * Sets the value to return when a SQL null is encountered as the result of
507507 * invoking a {@code getDouble} method.
508508 *
509- * @param nullDouble the value
509+ * @param nullDouble The value
510510 */
511511 public void setNullDouble (final double nullDouble ) {
512512 this .nullDouble = nullDouble ;
@@ -516,7 +516,7 @@ public void setNullDouble(final double nullDouble) {
516516 * Sets the value to return when a SQL null is encountered as the result of
517517 * invoking a {@code getFloat} method.
518518 *
519- * @param nullFloat the value
519+ * @param nullFloat The value
520520 */
521521 public void setNullFloat (final float nullFloat ) {
522522 this .nullFloat = nullFloat ;
@@ -526,7 +526,7 @@ public void setNullFloat(final float nullFloat) {
526526 * Sets the value to return when a SQL null is encountered as the result of
527527 * invoking a {@code getInt} method.
528528 *
529- * @param nullInt the value
529+ * @param nullInt The value
530530 */
531531 public void setNullInt (final int nullInt ) {
532532 this .nullInt = nullInt ;
@@ -536,7 +536,7 @@ public void setNullInt(final int nullInt) {
536536 * Sets the value to return when a SQL null is encountered as the result of
537537 * invoking a {@code getLong} method.
538538 *
539- * @param nullLong the value
539+ * @param nullLong The value
540540 */
541541 public void setNullLong (final long nullLong ) {
542542 this .nullLong = nullLong ;
@@ -546,7 +546,7 @@ public void setNullLong(final long nullLong) {
546546 * Sets the value to return when a SQL null is encountered as the result of
547547 * invoking a {@code getObject} method.
548548 *
549- * @param nullObject the value
549+ * @param nullObject The value
550550 */
551551 public void setNullObject (final Object nullObject ) {
552552 this .nullObject = nullObject ;
@@ -556,7 +556,7 @@ public void setNullObject(final Object nullObject) {
556556 * Sets the value to return when a SQL null is encountered as the result of
557557 * invoking a {@code getRef} method.
558558 *
559- * @param nullRef the value
559+ * @param nullRef The value
560560 */
561561 public void setNullRef (final Ref nullRef ) {
562562 this .nullRef = nullRef ;
@@ -566,7 +566,7 @@ public void setNullRef(final Ref nullRef) {
566566 * Sets the value to return when a SQL null is encountered as the result of
567567 * invoking a {@code getShort} method.
568568 *
569- * @param nullShort the value
569+ * @param nullShort The value
570570 */
571571 public void setNullShort (final short nullShort ) {
572572 this .nullShort = nullShort ;
@@ -576,7 +576,7 @@ public void setNullShort(final short nullShort) {
576576 * Sets the value to return when a SQL null is encountered as the result of
577577 * invoking a {@code getString} method.
578578 *
579- * @param nullString the value
579+ * @param nullString The value
580580 */
581581 public void setNullString (final String nullString ) {
582582 this .nullString = nullString ;
@@ -586,7 +586,7 @@ public void setNullString(final String nullString) {
586586 * Sets the value to return when a SQL null is encountered as the result of
587587 * invoking a {@code getTime} method.
588588 *
589- * @param nullTime the value
589+ * @param nullTime The value
590590 */
591591 public void setNullTime (final Time nullTime ) {
592592 this .nullTime = nullTime != null ? new Time (nullTime .getTime ()) : null ;
@@ -596,7 +596,7 @@ public void setNullTime(final Time nullTime) {
596596 * Sets the value to return when a SQL null is encountered as the result of
597597 * invoking a {@code getTimestamp} method.
598598 *
599- * @param nullTimestamp the value
599+ * @param nullTimestamp The value
600600 */
601601 public void setNullTimestamp (final Timestamp nullTimestamp ) {
602602 if (nullTimestamp != null ) {
@@ -611,7 +611,7 @@ public void setNullTimestamp(final Timestamp nullTimestamp) {
611611 * Sets the value to return when a SQL null is encountered as the result of
612612 * invoking a {@code getURL} method.
613613 *
614- * @param nullURL the value
614+ * @param nullURL The value
615615 */
616616 public void setNullURL (final URL nullURL ) {
617617 this .nullURL = nullURL ;
0 commit comments