fixed project setup in pom.xml, fixed author tag

This commit is contained in:
2019-09-13 09:15:19 +02:00
parent 585b6d7d02
commit 13d16a1309
18 changed files with 18 additions and 31 deletions

View File

@ -33,7 +33,7 @@ import javax.persistence.criteria.Root;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
* @param <T>
*/
public abstract class AbstractController<T extends Serializable> extends CommonAbstractController {

View File

@ -26,7 +26,7 @@ import javax.inject.Qualifier;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
@Qualifier
@Retention(RUNTIME)

View File

@ -28,7 +28,7 @@ import org.slf4j.LoggerFactory;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
@Transactional(value = REQUIRED)
@Interceptor

View File

@ -18,7 +18,7 @@ package de.muehlencord.shared.db;
/**
* Enddateable entities are not deleted but an enddate is set to "now"
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
public interface EndDateable<T> {

View File

@ -26,7 +26,7 @@ import javax.validation.constraints.NotNull;
/**
*
* @author Joern Muehlencord <joern at muehlencord.de>
* @author Joern Muehlencord (joern@muehlencord.de)
*/
@Embeddable
public class Validity implements Serializable {