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:
Giancarlo Panichi 2014-09-03 16:46:27 +00:00
parent 4b965e266a
commit c0c48cc39e
3 changed files with 5 additions and 5 deletions

View File

@ -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");
/**
*

View File

@ -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;

View File

@ -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 {