Skip to content

Commit

Permalink
Former-commit-id: 3184bc0864185634a28f587d2e7a882a4dafbd25
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Sep 6, 2013
1 parent 2e12cec commit e340916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ch/cyberduck/core/Local.java
Expand Up @@ -301,7 +301,7 @@ public OutputStream getOutputStream(final boolean append) throws FileNotFoundExc
* @param directory Parent directory
* @return True if this is a child in the path hierarchy of the argument passed
*/
public boolean isChild(final AbstractPath directory) {
public boolean isChild(final Local directory) {
if(directory.attributes().isFile()) {
// If a file we don't have any children at all
return false;
Expand Down

0 comments on commit e340916

Please sign in to comment.