minor code cleanup.
authormh <mh>
Wed, 20 Feb 2002 13:34:23 +0000 (13:34 +0000)
committermh <mh>
Wed, 20 Feb 2002 13:34:23 +0000 (13:34 +0000)
source/mircoders/producer/Producer.java
source/mircoders/producer/ProducerImages.java

index 93eb37a..c875958 100755 (executable)
@@ -86,7 +86,8 @@ abstract public class Producer {
                        outputFile.close();
                        outStream.close();
 
-                       printHTML(htmlout, "Produced <a href=\"" + producerProductionHost+  filename + "\">" + filename + "</a>");
+                       printHTML(htmlout, "Produced <a href=\"" + producerProductionHost+
+                        filename + "\">" + filename + "</a>");
                        //theLog.printInfo("Produced: " + producerStorageRoot + filename);
                        //theLog.printDebugInfo("free mem:" + java.lang.Runtime.getRuntime().freeMemory());
       //theLog.printDebugInfo("total mem:" + java.lang.Runtime.getRuntime().totalMemory());
index 45e5955..132c8d3 100755 (executable)
@@ -97,7 +97,9 @@ public class ProducerImages extends Producer {
 
                        // if next batch get it...
                        if (batchEntityList.hasNextBatch()){
-                               batchEntityList = imageModule.getByWhereClause(whereClause, null, batchEntityList.getNextBatch(),contentBatchsize);
+                               batchEntityList = imageModule.getByWhereClause(whereClause, 
+                                    null, batchEntityList.getNextBatch(),
+                                    contentBatchsize);
                        } else {
                                batchEntityList=null;
                        }