Skip to content

Commit

Permalink
Merge + Fixing formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed May 30, 2017
2 parents d42ff37 + ce67192 commit b318f1c
Showing 1 changed file with 4 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -201,13 +201,10 @@ public String getName()
return path.toAbsolutePath().toString();
}

@Override
public String toString() {
// Note: The org.eclipse.jetty.server.ResourceCache.Content uses #toString() instead of
// #getName() for determining the file name for mime type resolution based on the file name
// extension.
return path.toString();
}
@Override
public String toString() {
return path.toString();
}

@Override
public ReadableByteChannel getReadableByteChannel() throws IOException
Expand Down

0 comments on commit b318f1c

Please sign in to comment.