mirror of
https://github.com/Z3Prover/z3
synced 2025-04-07 18:05:21 +00:00
Class Optimize#Handle should be static,
as it already includes an explicit reference to the Optimize class.
This commit is contained in:
parent
b3be83e7c5
commit
be1e9918f0
|
@ -75,7 +75,7 @@ public class Optimize extends Z3Object {
|
|||
/**
|
||||
* Handle to objectives returned by objective functions.
|
||||
**/
|
||||
public class Handle {
|
||||
public static class Handle {
|
||||
|
||||
private final Optimize opt;
|
||||
private final int handle;
|
||||
|
|
Loading…
Reference in a new issue