Merge branch 'master' of github.com:ebean-orm/ebean

This commit is contained in:
rob bygrave
2019-04-28 09:51:08 +12:00
@@ -95,7 +95,7 @@ class BindCaptureTypes {
@Override
public String toString() {
return String.valueOf(x);
return Arrays.toString(x);
}
}