mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-07-09 05:23:29 +02:00
added dummy implementation for create and last modified dates
This commit is contained in:
@@ -289,7 +289,7 @@ public abstract class AbstractOrientDBModelDAO<T extends ModelObject>
|
||||
{
|
||||
|
||||
// TODO
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
return System.currentTimeMillis();
|
||||
}
|
||||
|
||||
/**
|
||||
@@ -303,7 +303,7 @@ public abstract class AbstractOrientDBModelDAO<T extends ModelObject>
|
||||
{
|
||||
|
||||
// TODO
|
||||
throw new UnsupportedOperationException("Not supported yet.");
|
||||
return System.currentTimeMillis();
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user