summaryrefslogtreecommitdiffstats
path: root/src/com.gluster.storage.management.console/src
diff options
context:
space:
mode:
authorDhandapani <dhandapani@gluster.com>2011-09-29 14:51:30 +0530
committerDhandapani <dhandapani@gluster.com>2011-09-29 14:51:30 +0530
commit68fd8e965a10831272bfd3ee050a070ea4caa88c (patch)
tree810c7499c5f2934f9eabaceb50f7d964240206d2 /src/com.gluster.storage.management.console/src
parent84bbc4cc3f85134d4f657424d3cf58298abe0c88 (diff)
parent41443888c6cfbc9d5debb675df9f484d1a9131bb (diff)
Merge branch 'master' of git@github.com:Dhandapani/console
Conflicts: src/com.gluster.storage.management.client/src/com/gluster/storage/management/client/VolumesClient.java src/com.gluster.storage.management.console/plugin.xml src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/actions/VolumeLogRotateAction.java src/com.gluster.storage.management.gateway/src/com/gluster/storage/management/gateway/resources/v1_0/VolumesResource.java src/com.gluster.storage.management.gateway/src/com/gluster/storage/management/gateway/services/VolumeService.java
Diffstat (limited to 'src/com.gluster.storage.management.console/src')
-rw-r--r--src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/actions/VolumeLogRotateAction.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/actions/VolumeLogRotateAction.java b/src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/actions/VolumeLogRotateAction.java
index 2cef74b5..0e697b73 100644
--- a/src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/actions/VolumeLogRotateAction.java
+++ b/src/com.gluster.storage.management.console/src/com/gluster/storage/management/console/actions/VolumeLogRotateAction.java
@@ -8,11 +8,13 @@ import org.eclipse.jface.viewers.ISelection;
import org.eclipse.ui.IWorkbenchPart;
import com.gluster.storage.management.client.VolumesClient;
+import com.gluster.storage.management.console.actions.AbstractActionDelegate;
import com.gluster.storage.management.console.utils.GUIHelper;
import com.gluster.storage.management.console.views.VolumeBricksView;
import com.gluster.storage.management.core.model.Brick;
import com.gluster.storage.management.core.model.Volume;
import com.gluster.storage.management.core.utils.GlusterCoreUtil;
+import com.gluster.storage.management.core.utils.StringUtil;
public class VolumeLogRotateAction extends AbstractActionDelegate {