Skip to content

Conversation

@aobolensk
Copy link
Contributor

Resolve these warnings:

openvino_contrib/modules/java_api/src/main/java/org/intel/openvino/Wrapper.java:27: warning: [removal] finalize() in Object has been deprecated and marked for removal
    protected void finalize() throws Throwable {
                   ^
openvino_contrib/modules/java_api/src/main/java/org/intel/openvino/Wrapper.java:29: warning: [removal] finalize() in Object has been deprecated and marked for removal
        super.finalize();
             ^
2 warnings

Resolve these warnings:
```
openvino_contrib/modules/java_api/src/main/java/org/intel/openvino/Wrapper.java:27: warning: [removal] finalize() in Object has been deprecated and marked for removal
    protected void finalize() throws Throwable {
                   ^
openvino_contrib/modules/java_api/src/main/java/org/intel/openvino/Wrapper.java:29: warning: [removal] finalize() in Object has been deprecated and marked for removal
        super.finalize();
             ^
2 warnings
```
@aobolensk aobolensk requested a review from a team as a code owner October 8, 2025 04:48
@github-actions github-actions bot added the category: java API OpenVINO Runtime Java API label Oct 8, 2025
@allnes allnes enabled auto-merge (squash) October 8, 2025 08:17
@allnes allnes merged commit 7573762 into openvinotoolkit:master Oct 8, 2025
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

category: java API OpenVINO Runtime Java API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants