DATACMNS-1259 - Polishing.
Refactored lambdas to method references. Simplified type parameter. Added comment to test to indicate related issue. Original pull request: #273.
This commit is contained in:
committed by
Oliver Gierke
parent
5251f72e69
commit
9d3540cc54
@@ -163,7 +163,7 @@ public class MappingAuditableBeanWrapperFactoryUnitTests {
|
||||
ThreeTenBackPortConverters.LocalDateTimeToJsr310LocalDateTimeConverter.INSTANCE.convert(reference));
|
||||
}
|
||||
|
||||
@Test
|
||||
@Test // DATACMNS-1109
|
||||
public void exposesInstantAsModificationDate() {
|
||||
|
||||
SampleWithInstant sample = new SampleWithInstant();
|
||||
|
||||
Reference in New Issue
Block a user