mirror of
https://github.com/eclipse-sailing-analytics/sailing-analytics.git
synced 2026-09-23 06:06:11 +00:00
fixed toString
This commit is contained in:
@@ -103,6 +103,7 @@ public class Patch<T> {
|
||||
}
|
||||
result.append(delta);
|
||||
}
|
||||
result.append(']');
|
||||
return result.toString();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user