summaryrefslogtreecommitdiffstats
path: root/core/modules/qemu
diff options
context:
space:
mode:
authorManuel Bentele2021-12-17 18:08:09 +0100
committerManuel Bentele2021-12-17 18:08:09 +0100
commit66497ddfb9aee102aa3ce0031aa4dce22e6480b2 (patch)
tree6a37fb62aa7a39c5b18e3c7de2284726f729e7cb /core/modules/qemu
parent[qemu] Set Maven release version to Java 8 (diff)
downloadmltk-66497ddfb9aee102aa3ce0031aa4dce22e6480b2.tar.gz
mltk-66497ddfb9aee102aa3ce0031aa4dce22e6480b2.tar.xz
mltk-66497ddfb9aee102aa3ce0031aa4dce22e6480b2.zip
[qemu] Remove an unnecessary deprecation warning suppression
Diffstat (limited to 'core/modules/qemu')
-rw-r--r--core/modules/qemu/runvirt-plugin-qemu/src/main/java/org/openslx/runvirt/viewer/ViewerUtils.java1
1 files changed, 0 insertions, 1 deletions
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 );