HHH-13580 Fix a copy/paste error in OffsetTimeTest

This commit is contained in:
Yoann Rodière 2019-08-26 18:11:57 +02:00 committed by gbadner
parent a580227569
commit f9f6793232
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> {