#14995 fix OffsetDateTimeRange javadoc

This commit is contained in:
Jeff Maxwell 2023-05-01 12:24:02 -05:00 committed by GitHub
parent 55a74c04d7
commit 191fd401b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,7 +40,7 @@ package org.jooq.postgres.extensions.types;
import java.time.OffsetDateTime;
/**
* A data type representing the PostgreSQL <code>tsrange</code> type.
* A data type representing the PostgreSQL <code>tstzrange</code> type.
*
* @author Lukas Eder
*/