<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -56,13 +56,13 @@ abstract class S3Request {
     val format = new java.text.SimpleDateFormat(
         &quot;EEE, dd MMM yyyy HH:mm:ss z&quot;, java.util.Locale.US)
     format.setTimeZone(new java.util.SimpleTimeZone(0, &quot;GMT&quot;))
-    format.format(env.currentDate)
+    format.format(Environment.env.currentDate)
   }
 
   def response(exchange: S3Exchange) = new S3Response(exchange)
 
   def incrementAttempts = synchronized {
-    env.sleep((500 * java.lang.Math.pow(2,attempts)).toLong)
+    Environment.env.sleep((500 * java.lang.Math.pow(2,attempts)).toLong)
     attempts += 1
   }
 </diff>
      <filename>src/main/scala/S3Request.scala</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>8a9efcfd3c34ff3e577fab7203cb3b0a895708bd</id>
    </parent>
  </parents>
  <author>
    <name>Quin Hoxie</name>
    <email>quin@aboutus.org</email>
  </author>
  <url>http://github.com/AboutUs/s3q/commit/c6c806d33ea975223029564908ccef00d772f80a</url>
  <id>c6c806d33ea975223029564908ccef00d772f80a</id>
  <committed-date>2009-10-21T15:01:36-07:00</committed-date>
  <authored-date>2009-10-21T15:01:36-07:00</authored-date>
  <message>Reference env through Environment object</message>
  <tree>6d715e0df07766b4ca52f933e889eb8521d9f6a8</tree>
  <committer>
    <name>Quin Hoxie</name>
    <email>quin@aboutus.org</email>
  </committer>
</commit>
