Minor Update
git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/tabular-data-gwt-service@99450 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
4b965e266a
commit
c0c48cc39e
|
@ -248,10 +248,10 @@ public class TDGWTServiceImpl extends RemoteServiceServlet implements
|
|||
.getLogger(TDGWTServiceImpl.class);
|
||||
|
||||
protected static SimpleDateFormat sdf = new SimpleDateFormat(
|
||||
"yyyy/MM/dd HH:mm");
|
||||
"yyyy-MM-dd HH:mm");
|
||||
|
||||
protected static SimpleDateFormat sdfDate = new SimpleDateFormat(
|
||||
"yyyy/MM/dd");
|
||||
"yyyy-MM-dd");
|
||||
|
||||
/**
|
||||
*
|
||||
|
|
|
@ -48,10 +48,10 @@ public class OperationMonitorCreator {
|
|||
.getLogger(OperationMonitorCreator.class);
|
||||
|
||||
protected static SimpleDateFormat sdf = new SimpleDateFormat(
|
||||
"yyyy/MM/dd HH:mm");
|
||||
"yyyy-MM-dd HH:mm");
|
||||
|
||||
protected static SimpleDateFormat sdfDate = new SimpleDateFormat(
|
||||
"yyyy/MM/dd");
|
||||
"yyyy-MM-dd");
|
||||
|
||||
protected HttpSession session;
|
||||
protected TaskWrapper taskWrapper;
|
||||
|
|
|
@ -35,7 +35,7 @@ import org.junit.Test;
|
|||
public class TestMetadata {
|
||||
|
||||
protected static SimpleDateFormat sdf = new SimpleDateFormat(
|
||||
"yyyy/MM/dd HH:mm");
|
||||
"yyyy-MM-dd HH:mm");
|
||||
|
||||
@Test
|
||||
public void listTR() throws Exception {
|
||||
|
|
Loading…
Reference in New Issue