You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-envers/src/main/java/org/springframework/data/envers/repository/support/EnversRevisionRepositoryImpl.java
+4-4
Original file line number
Diff line number
Diff line change
@@ -78,12 +78,12 @@ public class EnversRevisionRepositoryImpl<T, ID, N extends Number & Comparable<N
78
78
* Creates a new {@link EnversRevisionRepositoryImpl} using the given {@link JpaEntityInformation},
79
79
* {@link RevisionEntityInformation} and {@link EntityManager}.
80
80
*
81
-
* @param entityInformation must not be {@literal null}.
81
+
* @param entityInformation must not be {@literal null}.
82
82
* @param revisionEntityInformation must not be {@literal null}.
83
-
* @param entityManager must not be {@literal null}.
83
+
* @param entityManager must not be {@literal null}.
0 commit comments