From 1399b33d2b2f3f2115cf9c564a8fa862e22c14b8 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 13 Jun 2010 15:09:00 +0200 Subject: fix java detection Signed-off-by: Florian Pritz --- system/application/models/file_mod.php | 1 + 1 file changed, 1 insertion(+) (limited to 'system') diff --git a/system/application/models/file_mod.php b/system/application/models/file_mod.php index faa9740dd..3aca81605 100644 --- a/system/application/models/file_mod.php +++ b/system/application/models/file_mod.php @@ -290,6 +290,7 @@ class File_mod extends Model { 'text/x-c++src' => 'cpp', 'text/x-patch' => 'diff', 'text/x-lua' => 'lua', + 'text/x-java' => 'java', 'text/x-haskell' => 'hs', 'text/x-literate-haskell' => 'hs', 'text/x-subviewer' => 'sh', -- cgit v1.2.3-24-g4f1b