mirror of https://github.com/halo-dev/halo
🎨 add @author of java doc for BaseRepositoryImpl
parent
c573c747fb
commit
4ba03ada8c
|
@ -20,6 +20,7 @@ import java.util.List;
|
|||
*
|
||||
* @param <DOMAIN> domain type
|
||||
* @param <ID> id type
|
||||
* @author johnniang
|
||||
*/
|
||||
public class BaseRepositoryImpl<DOMAIN, ID> extends SimpleJpaRepository<DOMAIN, ID> implements BaseRepository<DOMAIN, ID> {
|
||||
|
||||
|
|
Loading…
Reference in New Issue