git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/user/notifications@67325 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2013-01-08 18:02:38 +00:00
parent 54b4e94a0c
commit ca8f6ea552
1 changed files with 1 additions and 1 deletions

View File

@ -124,6 +124,6 @@ public class NotificationsPanel extends Composite {
}
};
t.schedule(3000);
t.schedule(500);
}
}