]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/src/org/simantics/scl/compiler/errors/ErrorLog.java
Sync git svn branch with SVN repository r33144.
[simantics/platform.git] / bundles / org.simantics.scl.compiler / src / org / simantics / scl / compiler / errors / ErrorLog.java
index dbd2c3fe9d1bf287aaaf72e811dde0d2822d59bb..13e80fc6d62755e6d162d14536b74cff6e32e160 100644 (file)
@@ -56,4 +56,9 @@ public class ErrorLog {
             b.append(error.description).append('\n');
         return b.toString();
     }
+    
+    @Override
+    public String toString() {
+        return getErrorsAsString();
+    }
 }