Skip to content

Commit 9c19a27

Browse files
committed
update
1 parent d0042f7 commit 9c19a27

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

AndroidAsync/src/com/koushikdutta/async/http/server/AsyncHttpServerRouter.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,10 +167,6 @@ public static Asset getAssetStream(AssetManager am, String asset) {
167167
}
168168

169169
public static String getContentType(String path) {
170-
return tryGetContentType(path);
171-
}
172-
173-
public static String tryGetContentType(String path) {
174170
int index = path.lastIndexOf(".");
175171
if (index != -1) {
176172
String e = path.substring(index + 1);

0 commit comments

Comments
 (0)