]> git.argeo.org Git - cc0/argeo-build.git/blobdiff - src/org/argeo/build/Make.java
Improve existing headers management in repackaging
[cc0/argeo-build.git] / src / org / argeo / build / Make.java
index 78310597c15a4982f03dccbaa2b2ecf35965adb2..8e178cd52630b2c62895276653184956f449a0ef 100644 (file)
@@ -140,7 +140,6 @@ public class Make {
        }
 
        /** Compile all the bundles which have been passed via the --bundle argument. */
-       @SuppressWarnings("restriction")
        void compile(Map<String, List<String>> options) throws IOException {
                List<String> bundles = options.get("--bundles");
                Objects.requireNonNull(bundles, "--bundles argument must be set");