ready and manvenized

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/admin/resource-sweeper@65407 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Massimiliano Assante 2012-12-28 00:15:11 +00:00
parent 1a9e40e3c2
commit cd117f061b
1 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,5 @@
package org.gcube.portlets.admin.resourcesweeper.client;
import org.gcube.portlets.admin.resourcesweeper.client.dialog.SweeperDialog;
import com.google.gwt.core.client.EntryPoint;
/**
@ -13,6 +11,6 @@ public class Resource_sweeper implements EntryPoint {
* This is the entry point method.
*/
public void onModuleLoad() {
new SweeperDialog("/gcube/devNext");
//new SweeperDialog("/gcube/devNext");
}
}