DATAJPA-1341 - Fix typo in AbstractAuditable.
Original pull request: #275.
This commit is contained in:
committed by
Oliver Gierke
parent
c2cd87689f
commit
d277f1b4ea
@@ -36,7 +36,7 @@ import org.springframework.lang.Nullable;
|
||||
* @author Christoph Strobl
|
||||
* @author Mark Paluch
|
||||
* @param <U> the auditing type. Typically some kind of user.
|
||||
* @param <PK> the type of the auditing type's idenifier
|
||||
* @param <PK> the type of the auditing type's identifier.
|
||||
*/
|
||||
@MappedSuperclass
|
||||
public abstract class AbstractAuditable<U, PK extends Serializable> extends AbstractPersistable<PK>
|
||||
|
||||
Reference in New Issue
Block a user