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:
parent
1a9e40e3c2
commit
cd117f061b
|
@ -1,7 +1,5 @@
|
||||||
package org.gcube.portlets.admin.resourcesweeper.client;
|
package org.gcube.portlets.admin.resourcesweeper.client;
|
||||||
|
|
||||||
import org.gcube.portlets.admin.resourcesweeper.client.dialog.SweeperDialog;
|
|
||||||
|
|
||||||
import com.google.gwt.core.client.EntryPoint;
|
import com.google.gwt.core.client.EntryPoint;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -13,6 +11,6 @@ public class Resource_sweeper implements EntryPoint {
|
||||||
* This is the entry point method.
|
* This is the entry point method.
|
||||||
*/
|
*/
|
||||||
public void onModuleLoad() {
|
public void onModuleLoad() {
|
||||||
new SweeperDialog("/gcube/devNext");
|
//new SweeperDialog("/gcube/devNext");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue