mirror of
https://github.com/Z3Prover/z3
synced 2025-04-22 08:35:31 +00:00
Formatting
This commit is contained in:
parent
9fbd790aad
commit
e69767b739
1 changed files with 2 additions and 3 deletions
|
@ -56,8 +56,7 @@ class Z3ReferenceQueue {
|
|||
/**
|
||||
* Clean all references currently in {@code referenceQueue}.
|
||||
*/
|
||||
private void clear()
|
||||
{
|
||||
private void clear() {
|
||||
Reference<?> ref;
|
||||
while ((ref = (Reference<?>)referenceQueue.poll()) != null) {
|
||||
ref.cleanup(ctx);
|
||||
|
@ -97,7 +96,7 @@ class Z3ReferenceQueue {
|
|||
// ================================================================================================================
|
||||
|
||||
@FunctionalInterface
|
||||
interface ReferenceConstructor<T extends Z3Object>{
|
||||
interface ReferenceConstructor<T extends Z3Object> {
|
||||
Reference<T> construct(T reference, ReferenceQueue<Z3Object> queue);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue