summaryrefslogtreecommitdiff
path: root/lib/coderay/scanners/java
diff options
context:
space:
mode:
authorKornelius Kalnbach <murphy@rubychan.de>2011-09-21 02:41:52 +0200
committerKornelius Kalnbach <murphy@rubychan.de>2011-09-21 02:41:52 +0200
commit0840836ff397f4a3404cdf51ff95b41e8bf9650f (patch)
tree141fe139f214d162ab5d7c1f5a3b3e611610ed08 /lib/coderay/scanners/java
parent8b8d32e28ec54276ec31543ae10b46834e09e4a8 (diff)
downloadcoderay-0840836ff397f4a3404cdf51ff95b41e8bf9650f.tar.gz
cleanups, documentation for TokensProxy
Diffstat (limited to 'lib/coderay/scanners/java')
-rw-r--r--lib/coderay/scanners/java/builtin_types.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/coderay/scanners/java/builtin_types.rb b/lib/coderay/scanners/java/builtin_types.rb
index 8087edd..d1b8b73 100644
--- a/lib/coderay/scanners/java/builtin_types.rb
+++ b/lib/coderay/scanners/java/builtin_types.rb
@@ -3,6 +3,7 @@ module Scanners
module Java::BuiltinTypes # :nodoc:
+ #:nocov:
List = %w[
AbstractAction AbstractBorder AbstractButton AbstractCellEditor AbstractCollection
AbstractColorChooserPanel AbstractDocument AbstractExecutorService AbstractInterruptibleChannel
@@ -412,6 +413,7 @@ module Scanners
XPathFactoryConfigurationException XPathFunction XPathFunctionException XPathFunctionResolver
XPathVariableResolver ZipEntry ZipException ZipFile ZipInputStream ZipOutputStream ZoneView
]
+ #:nocov:
end