mirror of
				https://github.com/Z3Prover/z3
				synced 2025-10-31 03:32:28 +00:00 
			
		
		
		
	fixed java build issues. Relates to #648.
This commit is contained in:
		
							parent
							
								
									3e96a7972f
								
							
						
					
					
						commit
						e9eb88e1b3
					
				
					 2 changed files with 6 additions and 1 deletions
				
			
		|  | @ -188,7 +188,7 @@ class JavaExample | ||||||
|             /* do something with the context */ |             /* do something with the context */ | ||||||
| 
 | 
 | ||||||
|             /* be kind to dispose manually and not wait for the GC. */ |             /* be kind to dispose manually and not wait for the GC. */ | ||||||
|             ctx.dispose(); |             ctx.close(); | ||||||
|         } |         } | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
|  | @ -35,6 +35,11 @@ public class Context implements AutoCloseable { | ||||||
|         init(); |         init(); | ||||||
|     } |     } | ||||||
| 
 | 
 | ||||||
|  |     protected Context (long m_ctx) { | ||||||
|  |         this.m_ctx = m_ctx; | ||||||
|  |         init(); | ||||||
|  |     } | ||||||
|  | 
 | ||||||
| 
 | 
 | ||||||
|     /** |     /** | ||||||
|      * Constructor. |      * Constructor. | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue