From 47eb8eff0268d442f13a5074276af4b08557999a Mon Sep 17 00:00:00 2001 From: Melloware Date: Sat, 20 Oct 2012 11:58:59 +0000 Subject: [PATCH] Fixed Issue #8 Comments in isJInTelliTypeSupported were out of date. git-svn-id: http://jintellitype.googlecode.com/svn/trunk@40 46e98894-136e-cd33-ffd5-f4f03a221aa8 --- src/main/java/com/melloware/jintellitype/JIntellitype.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/com/melloware/jintellitype/JIntellitype.java b/src/main/java/com/melloware/jintellitype/JIntellitype.java index 1d915b2..b6f89f1 100644 --- a/src/main/java/com/melloware/jintellitype/JIntellitype.java +++ b/src/main/java/com/melloware/jintellitype/JIntellitype.java @@ -331,7 +331,7 @@ public final class JIntellitype implements JIntellitypeConstants { /** * Checks to make sure the OS is a Windows flavor and that the JIntellitype - * DLL is found in the path. + * DLL is found in the path. 32 and 64 bit DLL's now supported! *

* @return true if Jintellitype may be used, false if not */