<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,8 +15,6 @@ JBRIDGE_OPTIONS = {
 }
 
 include JavaBridge
-jimport &quot;java.io.*&quot;
-jimport &quot;org.apache.poi.hssf.usermodel.*&quot;
 
 module Worksheet
   class Handler &lt; ActionView::TemplateHandler
@@ -44,6 +42,9 @@ module Worksheet
     end
     
     def initialize
+      jimport &quot;java.io.*&quot;
+      jimport &quot;org.apache.poi.hssf.usermodel.*&quot;
+      
       CellBatch.instance.clear
       RowGroupBatch.instance.clear
       yield workbook</diff>
      <filename>lib/railsworksheet.rb</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>4422ebc1381acd55da3d03e3bf950b875466467c</id>
    </parent>
  </parents>
  <author>
    <name>Jan De Poorter</name>
    <email>jan@defv.be</email>
  </author>
  <url>http://github.com/DefV/railsxls/commit/5df25af31b6b342eaa54d0045eb968cd3eb6bfe8</url>
  <id>5df25af31b6b342eaa54d0045eb968cd3eb6bfe8</id>
  <committed-date>2008-10-02T08:54:09-07:00</committed-date>
  <authored-date>2008-10-02T08:54:09-07:00</authored-date>
  <message>Only startup the javabridge when Worksheet::Base.new is called</message>
  <tree>aa6217648ed674aa7d5ec71cc5baf66f6fc72ab7</tree>
  <committer>
    <name>Jan De Poorter</name>
    <email>jan@defv.be</email>
  </committer>
</commit>
