HHH-13580 Fix a copy/paste error in OffsetTimeTest

(cherry picked from commit f9f6793232)
This commit is contained in:
Yoann Rodière 2019-08-26 18:11:57 +02:00 committed by gbadner
parent b7c7bccc0b
commit 58674a7ba7
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import org.junit.Test;
import org.junit.runners.Parameterized;
/**
* Tests for storage of LocalTime properties.
* Tests for storage of OffsetTime properties.
*/
public class OffsetTimeTest extends AbstractJavaTimeTypeTest<OffsetTime, OffsetTimeTest.EntityWithOffsetTime> {