From b510e92787bd0c2ff7b77e933adc2a15ba862026 Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 30 Dec 2009 07:16:09 +0000 Subject: Cleanups. --- lib/coderay/scanners/java.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/coderay/scanners/java.rb') diff --git a/lib/coderay/scanners/java.rb b/lib/coderay/scanners/java.rb index 73a2dc5..17c7eaa 100644 --- a/lib/coderay/scanners/java.rb +++ b/lib/coderay/scanners/java.rb @@ -20,7 +20,7 @@ module Scanners TYPES = %w[ boolean byte char class double enum float int interface long short void - ] << '[]' # String[] should be highlighted as a type + ] << '[]' # because int[] should be highlighted as a type DIRECTIVES = %w[ abstract extends final implements native private protected public static strictfp synchronized throws transient volatile -- cgit v1.2.1