Skip to content

Commit

Permalink
ShellImpl receives a Resource in the constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 7, 2014
1 parent e311551 commit 7fe0af3
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
import org.jboss.aesh.terminal.TerminalColor;
import org.jboss.forge.addon.convert.ConverterFactory;
import org.jboss.forge.addon.resource.DirectoryResource;
import org.jboss.forge.addon.resource.FileResource;
import org.jboss.forge.addon.resource.Resource;
import org.jboss.forge.addon.shell.aesh.ForgeCommandNotFoundHandler;
import org.jboss.forge.addon.shell.aesh.ForgeCommandRegistry;
Expand Down Expand Up @@ -77,7 +76,7 @@ public class ShellImpl implements Shell, UIRuntime

private final static Logger log = Logger.getLogger(ShellImpl.class.getName());

public ShellImpl(FileResource<?> initialResource, Settings settings, AddonRegistry addonRegistry)
public ShellImpl(Resource<?> initialResource, Settings settings, AddonRegistry addonRegistry)
{
this.addonRegistry = addonRegistry;

Expand Down

0 comments on commit 7fe0af3

Please sign in to comment.