[Fb-contrib-commit] SF.net SVN: fb-contrib:[1544] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2010-04-24 01:53:17
|
Revision: 1544
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1544&view=rev
Author: dbrosius
Date: 2010-04-24 01:53:11 +0000 (Sat, 24 Apr 2010)
Log Message:
-----------
typo s/b java/awt/Component
Modified Paths:
--------------
trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/Section508Compliance.java
Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/Section508Compliance.java
===================================================================
--- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/Section508Compliance.java 2010-04-04 16:34:42 UTC (rev 1543)
+++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/Section508Compliance.java 2010-04-24 01:53:11 UTC (rev 1544)
@@ -60,7 +60,7 @@
clsNFException = cnfe;
}
try {
- componentClass = Repository.lookupClass("javax/awt/Component");
+ componentClass = Repository.lookupClass("java/awt/Component");
} catch (ClassNotFoundException cnfe) {
componentClass = null;
clsNFException = cnfe;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|