mirror of
https://github.com/Z3Prover/z3
synced 2025-04-12 12:08:18 +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.
|
* Handle to objectives returned by objective functions.
|
||||||
**/
|
**/
|
||||||
public class Handle {
|
public static class Handle {
|
||||||
|
|
||||||
private final Optimize opt;
|
private final Optimize opt;
|
||||||
private final int handle;
|
private final int handle;
|
||||||
|
|
Loading…
Reference in a new issue