added deprecated annotation

git-svn-id: http://svn.research-infrastructures.eu/public/d4science/gcube/trunk/portlets/widgets/session-checker@134199 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2016-11-15 15:17:10 +00:00
parent 4482cae661
commit e520323621
3 changed files with 3 additions and 2 deletions

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.portlets.widgets</groupId>
<artifactId>session-checker</artifactId>
<packaging>jar</packaging>
<version>1.0.1-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<name>gCube Session Checker Widget</name>
<description>
gCube Session Checker Widget is a GWT Widget that can be used to automatically check if the session expired.

View File

@ -18,7 +18,7 @@ import com.google.gwt.user.client.ui.HTML;
import com.google.gwt.user.client.ui.HasAlignment;
import com.google.gwt.user.client.ui.RootPanel;
import com.google.gwt.user.client.ui.VerticalPanel;
@Deprecated
public class CheckSession {
private final int MILLI_SECONDS = 55 * 1000; //(milli)seconds

View File

@ -17,6 +17,7 @@ import com.liferay.portal.service.UserLocalServiceUtil;
* The server side implementation of the RPC service.
*/
@SuppressWarnings("serial")
@Deprecated
public class SessionCheckerServiceImpl extends RemoteServiceServlet implements SessionCheckerService {
private static final Logger _log = LoggerFactory.getLogger(SessionCheckerServiceImpl.class);