[Fb-contrib-commit] SF.net SVN: fb-contrib:[1079] trunk/fb-contrib/src/com/mebigfatguy/ fbcontrib/
Brought to you by:
dbrosius
|
From: <dbr...@us...> - 2009-01-18 07:20:59
|
Revision: 1079
http://fb-contrib.svn.sourceforge.net/fb-contrib/?rev=1079&view=rev
Author: dbrosius
Date: 2009-01-18 07:20:48 +0000 (Sun, 18 Jan 2009)
Log Message:
-----------
oops use slashes
Modified Paths:
--------------
trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SillynessPotPourri.java
Modified: trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SillynessPotPourri.java
===================================================================
--- trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SillynessPotPourri.java 2009-01-18 07:11:31 UTC (rev 1078)
+++ trunk/fb-contrib/src/com/mebigfatguy/fbcontrib/detect/SillynessPotPourri.java 2009-01-18 07:20:48 UTC (rev 1079)
@@ -65,7 +65,7 @@
private static JavaClass calendarClass;
static {
try {
- calendarClass = Repository.lookupClass("java/util.Calendar");
+ calendarClass = Repository.lookupClass("java/util/Calendar");
} catch (ClassNotFoundException cnfe) {
calendarClass = null;
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|