#113 - Upgraded to Spring Boot 1.3 M2.
Removed temporary upgrades to Spring Framework build snapshots where possible.
This commit is contained in:
@@ -28,7 +28,7 @@ import org.springframework.data.annotation.LastModifiedDate;
|
||||
* @author Oliver Gierke
|
||||
*/
|
||||
@MappedSuperclass
|
||||
public class AbstractEntity {
|
||||
public abstract class AbstractEntity {
|
||||
|
||||
@Id @GeneratedValue Long id;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user