Skip to content

Commit

Permalink
eliminate eclipse warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
jjallaire committed Oct 2, 2012
1 parent 26a2753 commit cd97017
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Expand Up @@ -28,7 +28,6 @@
import com.google.gwt.user.client.ui.Label;
import com.google.gwt.user.client.ui.Widget;
import com.google.inject.Inject;
import org.rstudio.core.client.BrowseCap;
import org.rstudio.core.client.WidgetHandlerRegistration;
import org.rstudio.core.client.dom.DomUtils;
import org.rstudio.core.client.dom.WindowEx;
Expand Down
Expand Up @@ -15,7 +15,6 @@
import com.google.gwt.core.client.GWT;
import com.google.gwt.dom.client.Document;
import com.google.gwt.dom.client.NativeEvent;
import com.google.gwt.dom.client.Style.Unit;
import com.google.gwt.event.dom.client.*;
import com.google.gwt.event.logical.shared.HasSelectionHandlers;
import com.google.gwt.event.logical.shared.SelectionEvent;
Expand All @@ -31,8 +30,6 @@

import java.util.ArrayList;

import org.rstudio.core.client.BrowseCap;

public class StatusBarElementWidget extends FlowPanel
implements StatusBarElement, HasSelectionHandlers<String>
{
Expand Down

0 comments on commit cd97017

Please sign in to comment.