diff options
author | murphy <murphy@rubychan.de> | 2009-12-30 07:16:09 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2009-12-30 07:16:09 +0000 |
commit | b510e92787bd0c2ff7b77e933adc2a15ba862026 (patch) | |
tree | 8949234e0c1702074be633446de672025f16cfdc /lib/coderay/scanners/java.rb | |
parent | d3fa14e8438a4bce18c141e1011059f7f5a125fc (diff) | |
download | coderay-b510e92787bd0c2ff7b77e933adc2a15ba862026.tar.gz |
Cleanups.
Diffstat (limited to 'lib/coderay/scanners/java.rb')
-rw-r--r-- | lib/coderay/scanners/java.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |