fixed toString

This commit is contained in:
Axel Uhl
2011-10-03 17:20:21 +02:00
parent 55e73237b1
commit 2ae5a9c45f
@@ -103,6 +103,7 @@ public class Patch<T> {
}
result.append(delta);
}
result.append(']');
return result.toString();
}
}