File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/java/org/springframework/data/auditing Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ public MappingMetadataAuditableBeanWrapper(PersistentPropertyAccessor<T> accesso
171
171
172
172
/*
173
173
* (non-Javadoc)
174
- * @see org.springframework.data.auditing.AuditableBeanWrapper#setCreatedBy(java.util.Optional )
174
+ * @see org.springframework.data.auditing.AuditableBeanWrapper#setCreatedBy(java.lang.Object )
175
175
*/
176
176
@ Override
177
177
public Object setCreatedBy (Object value ) {
@@ -218,7 +218,7 @@ public TemporalAccessor setLastModifiedDate(TemporalAccessor value) {
218
218
return setDateProperty (metadata .lastModifiedDatePaths , value );
219
219
}
220
220
221
- /*
221
+ /*
222
222
* (non-Javadoc)
223
223
* @see org.springframework.data.auditing.AuditableBeanWrapper#getBean()
224
224
*/
You can’t perform that action at this time.
0 commit comments