Skip to content
This repository has been archived by the owner on Nov 21, 2018. It is now read-only.

Commit

Permalink
removed an unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
zak905 committed Apr 27, 2016
1 parent 6e8f7b3 commit 20d0ac3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,6 @@ public MainPageActivity(ClientFactory factory, Place place) {
@Override
public void start(AcceptsOneWidget panel, EventBus bus) {
panel.setWidget(mainPage);
//MenuButtonClickEvent();

}

public void refreshPlace(Place place){
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,9 @@

import com.google.gwt.activity.shared.Activity;
import com.google.gwt.activity.shared.ActivityMapper;
import com.google.gwt.core.shared.GWT;
import com.google.gwt.place.shared.Place;
import com.google.inject.Inject;
import com.google.inject.Provider;
import com.gwidgets.activities.*;
import com.gwidgets.places.*;



public class MyActivityMapper implements ActivityMapper {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
import com.google.gwt.user.client.ui.RootPanel;
import com.google.gwt.user.client.ui.SimplePanel;
import com.google.web.bindery.event.shared.EventBus;
import com.gwidgets.di.Injector;
import com.gwidgets.places.HomePlace;
import com.vaadin.polymer.Polymer;
import com.vaadin.polymer.elemental.Function;
Expand Down

0 comments on commit 20d0ac3

Please sign in to comment.