Skip to content

Commit

Permalink
cleanup placemanager
Browse files Browse the repository at this point in the history
  • Loading branch information
heiko-braun committed Aug 7, 2012
1 parent 04a2e5b commit 1ed7134
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
import com.gwtplatform.mvp.client.proxy.PlaceManagerImpl;
import com.gwtplatform.mvp.client.proxy.PlaceRequest;
import com.gwtplatform.mvp.client.proxy.TokenFormatter;
import org.jboss.as.console.client.core.message.MessageCenter;
import org.jboss.ballroom.client.layout.LHSHighlightEvent;

import java.util.ArrayList;
Expand All @@ -38,16 +37,14 @@
*/
public class DefaultPlaceManager extends PlaceManagerImpl {

private MessageCenter messageCenter;
private BootstrapContext bootstrap;
private EventBus eventBus;

@Inject
public DefaultPlaceManager(
EventBus eventBus,
TokenFormatter tokenFormatter, MessageCenter messageCenter, BootstrapContext bootstrap ) {
TokenFormatter tokenFormatter, BootstrapContext bootstrap ) {
super(eventBus, tokenFormatter);
this.messageCenter = messageCenter;
this.bootstrap = bootstrap;
this.eventBus = eventBus;
}
Expand Down

0 comments on commit 1ed7134

Please sign in to comment.