3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-22 08:35:31 +00:00

Made Statistics.Entry a static subclass

This commit is contained in:
Thomas Haas 2024-02-17 11:30:26 +01:00
parent 862dd9bcd4
commit 727643c54e

View file

@ -27,7 +27,7 @@ public class Statistics extends Z3Object {
* Statistical data is organized into pairs of [Key, Entry], where every
* Entry is either a {@code DoubleEntry} or a {@code UIntEntry}
**/
public class Entry
public static class Entry
{
/**
* The key of the entry.