Revision: 7756
Author: victormote
Date: 2006-07-07 18:09:09 -0700 (Fri, 07 Jul 2006)
ViewCVS: http://svn.sourceforge.net/foray/?rev=7756&view=rev
Log Message:
-----------
Part of Vincent's patch, probably to prevent collisions with other Handlers.
Modified Paths:
--------------
trunk/foray/foray-font/src/java/org/foray/font/FontConfigParser.java
Modified: trunk/foray/foray-font/src/java/org/foray/font/FontConfigParser.java
===================================================================
--- trunk/foray/foray-font/src/java/org/foray/font/FontConfigParser.java 2006-07-08 01:01:27 UTC (rev 7755)
+++ trunk/foray/foray-font/src/java/org/foray/font/FontConfigParser.java 2006-07-08 01:09:09 UTC (rev 7756)
@@ -27,7 +27,6 @@
import org.foray.common.Environment;
import org.foray.common.RandomReader;
import org.foray.common.URLBuilder;
-import org.foray.common.url.classpath.Handler;
import org.foray.ps.encode.EncodingParser;
import org.foray.ps.encode.EncodingVector;
import org.foray.ps.encode.GlyphList;
@@ -126,7 +125,7 @@
* only once, hence a static statement.
*/
static {
- Handler.register();
+ org.foray.common.url.classpath.Handler.register();
}
/**
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|