We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee64ce9 commit f178185Copy full SHA for f178185
src/jdk.jlink/share/classes/jdk/tools/jlink/internal/TaskHelper.java
@@ -1,5 +1,5 @@
1
/*
2
- * Copyright (c) 2015, 2020, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.
3
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
*
5
* This code is free software; you can redistribute it and/or modify it
@@ -81,6 +81,7 @@ public BadArgs showUsage(boolean b) {
81
return this;
82
}
83
public final String key;
84
+ @SuppressWarnings("serial") // Array component type is not Serializable
85
public final Object[] args;
86
public boolean showUsage;
87
0 commit comments