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:
parent
862dd9bcd4
commit
727643c54e
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue