Skip to content

Commit

Permalink
Minor change reflecting changes in OpenEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Pozhidaev committed Dec 22, 2015
1 parent 427d892 commit 6afb85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/org/luwrain/app/commander/PanelArea.java
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ static private CommanderArea.Params createParams(Luwrain luwrain, Path startFrom
case EnvironmentEvent.OPEN:
if (event instanceof OpenEvent)
{
final Path path = ((OpenEvent)event).path();
final Path path = Paths.get(((OpenEvent)event).path());
if (Files.isDirectory(path))
{
open(path, null);
Expand Down

0 comments on commit 6afb85b

Please sign in to comment.