i changed the exception-handling of the new producers and localizers to use the multe...
[mir.git] / source / mircoders / producer / NullProducer.java
index 7ebb768..3ddf158 100755 (executable)
@@ -7,7 +7,7 @@ public class NullProducer implements mir.producer.Producer {
   public NullProducer() {
   }
 
-  public void produce( PrintWriter aLogger ) throws ProducerException {
+  public void produce( PrintWriter aLogger ) throws ProducerFailure {
   }
 }