Skip to content
Snippets Groups Projects
Commit 31593c42 authored by brinn's avatar brinn
Browse files

add: toString() method to simplify debugging of test failures

SVN: 11868
parent 5e640782
No related branches found
No related tags found
No related merge requests found
...@@ -89,4 +89,10 @@ public class Script ...@@ -89,4 +89,10 @@ public class Script
return HashCodeBuilder.reflectionHashCode(this); return HashCodeBuilder.reflectionHashCode(this);
} }
@Override
public String toString()
{
return "Script [name=" + name + ", version=" + version + "]";
}
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment