diff --git a/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/dminfo/ServiceInfoPanel.java b/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/dminfo/ServiceInfoPanel.java index 9511bf5..685a538 100644 --- a/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/dminfo/ServiceInfoPanel.java +++ b/src/main/java/org/gcube/portlets/user/statisticalalgorithmsimporter/client/dminfo/ServiceInfoPanel.java @@ -213,10 +213,6 @@ public class ServiceInfoPanel extends FramedPanel { groupingView.setEmptyText("No info retrieved"); - // grid.getView().setAutoFill(true); - // groupingView.setStripeRows(true); - // groupingView.setColumnLines(true); - Grid grid = new Grid(store, cm, groupingView); grid.setAllowTextSelection(true);