tuned;
authorwenzelm
Tue, 09 Oct 2012 13:29:43 +0200
changeset 49743 31bfe82e9220
parent 49742 ab0949eff3ca
child 49744 84904ce4905b
tuned;
src/Tools/Graphview/src/mutator.scala
--- a/src/Tools/Graphview/src/mutator.scala	Tue Oct 09 13:27:52 2012 +0200
+++ b/src/Tools/Graphview/src/mutator.scala	Tue Oct 09 13:29:43 2012 +0200
@@ -19,7 +19,7 @@
   val description: String
   def mutate(complete: Model.Graph, sub: Model.Graph): Model.Graph
 
-  override def toString() = name
+  override def toString: String = name
 }
 
 trait Filter extends Mutator