yet another rewrite of the producers...
[mir.git] / source / mircoders / producer / StaticProducerFactory.java
index f5024cd..4413ff4 100755 (executable)
@@ -18,7 +18,6 @@ public class StaticProducerFactory implements ProducerFactory {
     outputFile = anOutputFile;
   }
 
-
   public mir.producer.Producer makeProducer(String aVerb) throws ProducerFailure {
     try {
       return new StaticProducer( generatorIdentifier, resourceBundle, outputFile );