[portal-commits] JBoss Portal SVN: r8862 - branches/JBoss_Portal_Branch_2_6/widget/src/main/org/jboss/portal/widget/google/provider.

portal-commits at lists.jboss.org portal-commits at lists.jboss.org
Fri Nov 9 20:41:13 EST 2007


Author: emuckenhuber
Date: 2007-11-09 20:41:13 -0500 (Fri, 09 Nov 2007)
New Revision: 8862

Modified:
   branches/JBoss_Portal_Branch_2_6/widget/src/main/org/jboss/portal/widget/google/provider/GGQueryResultBuilder.java
Log:


Modified: branches/JBoss_Portal_Branch_2_6/widget/src/main/org/jboss/portal/widget/google/provider/GGQueryResultBuilder.java
===================================================================
--- branches/JBoss_Portal_Branch_2_6/widget/src/main/org/jboss/portal/widget/google/provider/GGQueryResultBuilder.java	2007-11-10 00:16:51 UTC (rev 8861)
+++ branches/JBoss_Portal_Branch_2_6/widget/src/main/org/jboss/portal/widget/google/provider/GGQueryResultBuilder.java	2007-11-10 01:41:13 UTC (rev 8862)
@@ -25,7 +25,7 @@
 import org.jboss.portal.common.net.URLTools;
 import org.jboss.portal.common.io.IOTools;
 import org.jboss.portal.widget.WidgetQuery;
-import org.jboss.portal.widget.google.directory.GGWidgetDirecotoryFactory;
+import org.jboss.portal.widget.google.directory.GGWidgetDirectoryFactory;
 import org.jboss.portal.widget.google.metadata.GGWidgetMetaData;
 import org.jboss.xb.binding.Unmarshaller;
 import org.jboss.xb.binding.UnmarshallerFactory;
@@ -117,7 +117,7 @@
          Unmarshaller unmarshaller = UnmarshallerFactory.newInstance().newUnmarshaller();
 
          // create an instance of ObjectModelFactory
-         ObjectModelFactory factory = new GGWidgetDirecotoryFactory();
+         ObjectModelFactory factory = new GGWidgetDirectoryFactory();
 
          // let the object model factory to create an instance of List and populate it with data from XML
          data = (List)unmarshaller.unmarshal(new ByteArrayInputStream(string.getBytes("UTF-8")), factory, null);




More information about the portal-commits mailing list