From 66497ddfb9aee102aa3ce0031aa4dce22e6480b2 Mon Sep 17 00:00:00 2001 From: Manuel Bentele Date: Fri, 17 Dec 2021 18:08:09 +0100 Subject: [qemu] Remove an unnecessary deprecation warning suppression --- .../src/main/java/org/openslx/runvirt/viewer/ViewerUtils.java | 1 - 1 file changed, 1 deletion(-) (limited to 'core/modules/qemu') diff --git a/core/modules/qemu/runvirt-plugin-qemu/src/main/java/org/openslx/runvirt/viewer/ViewerUtils.java b/core/modules/qemu/runvirt-plugin-qemu/src/main/java/org/openslx/runvirt/viewer/ViewerUtils.java index 9ff0f552..5012737f 100644 --- a/core/modules/qemu/runvirt-plugin-qemu/src/main/java/org/openslx/runvirt/viewer/ViewerUtils.java +++ b/core/modules/qemu/runvirt-plugin-qemu/src/main/java/org/openslx/runvirt/viewer/ViewerUtils.java @@ -37,7 +37,6 @@ public class ViewerUtils * @return result of the executed viewer program from the standard output. * @throws ViewerException failed to execute the viewer program. */ - @SuppressWarnings( "deprecation" ) public static String executeViewer( String viewerProgram, String[] viewerArguments ) throws ViewerException { final CommandLine viewerCommandLine = new CommandLine( viewerProgram ); -- cgit v1.2.3-55-g7522